Class EditedValueLayerStyle3D
java.lang.Object
repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
repast.simphony.visualization.editedStyle.EditedValueLayerStyle3D
- All Implemented Interfaces:
ValueLayerStyle
,ValueLayerStyle3D
-
Field Summary
Fields inherited from class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
innerStyle, layer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getY
(double... coordinates) Gets the Y (height) value for the specified coordinates.Methods inherited from class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
addValueLayer, getBlue, getCellSize, getGreen, getPaint, getRed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
addValueLayer, getBlue, getCellSize, getGreen, getPaint, getRed
-
Constructor Details
-
EditedValueLayerStyle3D
-
-
Method Details
-
getY
public float getY(double... coordinates) Description copied from interface:ValueLayerStyle3D
Gets the Y (height) value for the specified coordinates.- Specified by:
getY
in interfaceValueLayerStyle3D
- Parameters:
coordinates
- the coordinates to get the Y value for.- Returns:
- the Y (height) value for the specified coordinates.
-