Uses of Interface
repast.simphony.visualization.LayoutUpdater
Packages that use LayoutUpdater
Package
Description
-
Uses of LayoutUpdater in repast.simphony.visualization
Classes in repast.simphony.visualization that implement LayoutUpdaterModifier 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.Methods in repast.simphony.visualization with parameters of type LayoutUpdaterModifier and TypeMethodDescriptionvoid
IDisplayLayer.update
(LayoutUpdater updater) Updates the layout, styles etc. -
Uses of LayoutUpdater in repast.simphony.visualization.gis3D
Fields in repast.simphony.visualization.gis3D declared as LayoutUpdaterMethods in repast.simphony.visualization.gis3D with parameters of type LayoutUpdaterModifier 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
Methods in repast.simphony.visualization.network with parameters of type LayoutUpdater -
Uses of LayoutUpdater in repast.simphony.visualization.visualization2D
Fields in repast.simphony.visualization.visualization2D declared as LayoutUpdaterMethods in repast.simphony.visualization.visualization2D with parameters of type LayoutUpdaterModifier and TypeMethodDescriptionvoid
StyledDisplayLayer2D.update
(LayoutUpdater updater) Deprecated.Called from Display2D.update() according to the update interval -
Uses of LayoutUpdater in repast.simphony.visualization.visualization3D
Methods in repast.simphony.visualization.visualization3D with parameters of type LayoutUpdater -
Uses of LayoutUpdater in repast.simphony.visualizationOGL2D
Fields in repast.simphony.visualizationOGL2D declared as LayoutUpdaterMethods in repast.simphony.visualizationOGL2D with parameters of type LayoutUpdaterModifier 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.