Uses of Interface
repast.simphony.visualization.LayoutUpdater
Package
Description
-
Uses of LayoutUpdater in repast.simphony.visualization
Modifier and TypeClassDescriptionclass
Abstract base class for LayoutUpdaters.class
Updates the layout whenever an object has been added or removed, but NOT when they have been moved.class
A layout updater that will update the layout at some specified interval, or if objects have been added, removed or moved.class
Updates the layout whenever an object has been added, removed, or moved.class
Updates the layout every time the display is updated, regardless of the current condition.Modifier and TypeMethodDescriptionvoid
IDisplayLayer.update
(LayoutUpdater updater) Updates the layout, styles etc. -
Uses of LayoutUpdater in repast.simphony.visualization.gis3D
Modifier and TypeMethodDescriptionabstract void
AbstractAirspaceLayer.update
(LayoutUpdater updater) Updates the displayed nodes by applying styles etc.void
AbstractRenderableLayer.update
(LayoutUpdater updater) Updates the displayed nodes by applying styles etc.protected void
AbstractRenderableLayer.updateObjects
(LayoutUpdater updater) Apply style to all objects that exist in the layer -
Uses of LayoutUpdater in repast.simphony.visualization.network
-
Uses of LayoutUpdater in repast.simphony.visualization.visualization2D
Modifier and TypeMethodDescriptionvoid
StyledDisplayLayer2D.update
(LayoutUpdater updater) Deprecated.Called from Display2D.update() according to the update interval -
Uses of LayoutUpdater in repast.simphony.visualization.visualization3D
-
Uses of LayoutUpdater in repast.simphony.visualizationOGL2D
Modifier and TypeMethodDescriptionabstract void
AbstractDisplayLayerOGL2D.update
(LayoutUpdater updater) Updates the displayed nodes by applying styles etc.void
NetworkLayerOGL2D.update
(LayoutUpdater updater) void
StyledDisplayLayerOGL2D.update
(LayoutUpdater updater) Updates the displayed nodes by applying styles etc.