Interface ValueLayerStyle3D
- All Superinterfaces:
ValueLayerStyle
- All Known Implementing Classes:
DefaultValueLayerStyle3D
,EditedValueLayerStyle3D
Interface for classes that implement 3D visualization styles for ValueLayers.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getY
(double... coordinates) Gets the Y (height) value for the specified coordinates.Methods inherited from interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
addValueLayer, getBlue, getCellSize, getGreen, getPaint, getRed
-
Method Details
-
getY
float getY(double... coordinates) Gets the Y (height) value for the specified coordinates.- Parameters:
coordinates
- the coordinates to get the Y value for.- Returns:
- the Y (height) value for the specified coordinates.
-