Class ValueGridCellInfo

java.lang.Object
sim.portrayal3d.grid.quad.ValueGridCellInfo

public class ValueGridCellInfo extends Object
Used by ValueGrid2DPortrayal3D to send needed value information to underlying QuadPortrayals. Specifically, ValueGridCellInfo contains the x,y,z dimensions of the current value point, plus a value() method which returns the current value at that point.
  • Field Details

    • x

      public int x
    • y

      public int y
  • Constructor Details

  • Method Details

    • value

      public double value()