sim.portrayal3d.grid.fastgridcell
Class NoZGridCellPortrayal

java.lang.Object
  extended bysim.portrayal3d.grid.fastgridcell.GridCellQuadPortrayal
      extended bysim.portrayal3d.grid.fastgridcell.TileGridCellPortrayal
          extended bysim.portrayal3d.grid.fastgridcell.NoZGridCellPortrayal
All Implemented Interfaces:
Portrayal, java.io.Serializable

public class NoZGridCellPortrayal
extends TileGridCellPortrayal

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sim.portrayal3d.grid.fastgridcell.TileGridCellPortrayal
colorComponents, colorDispenser, tmpColor, tmpCoords
 
Constructor Summary
NoZGridCellPortrayal(int colorComponents, ColorCoding colorDispenser)
           
 
Method Summary
 void setData(GridCellInfo gridCell, float[] coordinates, float[] colors, int quadIndex)
           
 
Methods inherited from class sim.portrayal3d.grid.fastgridcell.GridCellQuadPortrayal
getInspector, getName, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoZGridCellPortrayal

public NoZGridCellPortrayal(int colorComponents,
                            ColorCoding colorDispenser)
Method Detail

setData

public void setData(GridCellInfo gridCell,
                    float[] coordinates,
                    float[] colors,
                    int quadIndex)
Overrides:
setData in class TileGridCellPortrayal