Class EditedValueLayerStyle3D

java.lang.Object
repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
repast.simphony.visualization.editedStyle.EditedValueLayerStyle3D
All Implemented Interfaces:
ValueLayerStyle, ValueLayerStyle3D

public class EditedValueLayerStyle3D extends EditedValueLayerStyle2D implements ValueLayerStyle3D
  • Constructor Details

    • EditedValueLayerStyle3D

      public EditedValueLayerStyle3D(String userStyleFile)
  • 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 interface ValueLayerStyle3D
      Parameters:
      coordinates - the coordinates to get the Y value for.
      Returns:
      the Y (height) value for the specified coordinates.