Class StyledDisplayLayerOGL2D
java.lang.Object
repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D<StyleOGL2D>
repast.simphony.visualizationOGL2D.StyledDisplayLayerOGL2D
- All Implemented Interfaces:
IDisplayLayer<saf.v3d.scene.VSpatial>
OGL2D display layer that compbines a style with VSpatial objects.
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
LABEL_KEY, labelLayers, layer, MODEL_OBJECT_KEY, objMap, style, toBeAdded, toBeRemoved
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(LayoutUpdater updater) Updates the displayed nodes by applying styles etc.Methods inherited from class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
addObject, applyUpdates, getStyle, getVisualItem, removeObject, setStyle
-
Constructor Details
-
StyledDisplayLayerOGL2D
-
-
Method Details
-
update
Updates the displayed nodes by applying styles etc. The display is not updated to reflect these changes.- Specified by:
update
in interfaceIDisplayLayer<saf.v3d.scene.VSpatial>
- Specified by:
update
in classAbstractDisplayLayerOGL2D<StyleOGL2D>
- Parameters:
updater
- used to update the layout and position information
-