Class Grid3DProjectionDecorator

java.lang.Object
repast.simphony.visualization.decorator.AbstractProjectionDecorator<Grid>
repast.simphony.visualization.grid.Grid3DProjectionDecorator
All Implemented Interfaces:
ProjectionDecorator3D<Grid>

public class Grid3DProjectionDecorator extends AbstractProjectionDecorator<Grid> implements ProjectionDecorator3D<Grid>
Decorator for 2D and 3D grids when displayed in 3D. This can draw grid lines in 2 or 3 dimensions.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Field Details

    • GRID_3D_DECORATOR

      public static final String GRID_3D_DECORATOR
  • Constructor Details

    • Grid3DProjectionDecorator

      public Grid3DProjectionDecorator()
  • Method Details

    • init

      public void init(Display3D display, org.jogamp.java3d.Group parent)
      Initializes the decorator by adding a 2 or 3D grid to the parent.
      Specified by:
      init in interface ProjectionDecorator3D<Grid>
      Parameters:
      display -
      parent - the parent to which the decoration should be added
    • update

      public void update()
      Updates the decorator. This does nothing in this implementation
      Specified by:
      update in interface ProjectionDecorator3D<Grid>