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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetY(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, getRedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ValueLayerStyle3DGets the Y (height) value for the specified coordinates.- Specified by:
getYin interfaceValueLayerStyle3D- Parameters:
coordinates- the coordinates to get the Y value for.- Returns:
- the Y (height) value for the specified coordinates.
-