Uses of Interface
repast.simphony.visualization.Layout
Package
Description
-
Uses of Layout in repast.simphony.visualization
Modifier and TypeClassDescriptionclass
class
Null empty dummy implementation of Layout.Modifier and TypeMethodDescriptionAbstractLayoutUpdater.getLayout()
Gets the layout whose updates this updater manages.Layout<?,
?> IDisplay.getLayout()
Gets the layout the display usesLayoutUpdater.getLayout()
Gets the layout whose updates this updater manages.Modifier and TypeMethodDescriptionvoid
Sets the layout whose updates this updater manages.void
Sets the Layout for the display to use.void
Sets the layout whose updates this updater manages.ModifierConstructorDescriptionAbstractLayoutUpdater
(Layout layout) Creates a UpdateLayoutUpdater to manage the updates of the specified layout.AddedRemovedLayoutUpdater
(Layout layout) Creates an AddedRemovedLayoutUpdater that manages the updates on the specified layout.IntervalLayoutUpdater
(Layout layout, int interval) Creates an IntervalLayoutUpdater to manage the specified layout and update at the specified interval.MovedLayoutUpdater
(Layout layout) Creates a MovedLayoutUpdater that manages the updates on the specified layout.UpdateLayoutUpdater
(Layout layout) Creates a UpdateLayoutUpdater to manage the updates of the specified layout. -
Uses of Layout in repast.simphony.visualization.cgd
-
Uses of Layout in repast.simphony.visualization.continuous
Modifier and TypeClassDescriptionclass
Layout for a 2D continuous space.class
3D Layout for a 3D continuous space. -
Uses of Layout in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionprotected Layout<?,
? extends Projection<?>> AbstractCartesianDisplayCreator.createLayout
(String layoutClassName) -
Uses of Layout in repast.simphony.visualization.gis
-
Uses of Layout in repast.simphony.visualization.gis3D
-
Uses of Layout in repast.simphony.visualization.grid
Modifier and TypeClassDescriptionclass
Layout for a 2D single occupancy grid.class
3D Layout for a 2D or 3D single occupancy grid. -
Uses of Layout in repast.simphony.visualization.network
Modifier and TypeMethodDescriptionprotected void
NetworkDisplayLayer3D.createItemsForAddedObjects
(Layout layout, boolean doLayout) void
-
Uses of Layout in repast.simphony.visualization.visualization2D
Modifier and TypeMethodDescriptionprotected void
StyledDisplayLayer2D.addAddedObjects
(Layout layout) Deprecated.void
Deprecated.protected void
StyledDisplayLayer2D.updateNode
(org.piccolo2d.PNode node, Layout layout, boolean doLayout) Deprecated.For now, this method is just storing the new location of the node. -
Uses of Layout in repast.simphony.visualization.visualization2D.layout
Modifier and TypeClassDescriptionclass
Layout that wraps JUNG CircleLayoutclass
FRLayout2D<T>
Layout that wraps JUNG FRLayoutclass
ISOMLayout2D<T>
Layout that wraps JUNG ISOMLayoutclass
Abstract Layout class for Jung IterativeContextclass
JungLayout<T>
class
KKLayout2D<T>
Layout that wraps JUNG KKLayoutclass
TreeLayout2D<T>
A Tree layout. -
Uses of Layout in repast.simphony.visualization.visualization3D
Modifier and TypeMethodDescriptionprotected abstract void
AbstractDisplayLayer3D.createItemsForAddedObjects
(Layout layout, boolean doLayout) protected void
DisplayLayer3D.createItemsForAddedObjects
(Layout layout, boolean doLayout) protected abstract void
void
void
void
NodeVisualItem.updateLocation
(Layout layout) void
VisualItem3D.updateLocation
(Layout layout) ModifierConstructorDescriptionAbstractDisplay3D
(DisplayData<?> data, Layout layout) Display3D
(DisplayData<?> data, Layout layout) -
Uses of Layout in repast.simphony.visualization.visualization3D.layout
Modifier and TypeClassDescriptionclass
FR3DLayout<T>
Modified from the Fruchterman-Reingold algorithm for node layouts from JUNG- FRLayout for 2D...but modified to do 3Dclass
class
Abstract class to construct various types of JUNG graph layoutsclass
Distributes objects uniformly at random within a 20 x 20 x 20 bounding box.class
z between -R and R, phi between 0 and 2 pi, each with a uniform distribution To find the latitude (theta) of this point, note that z=Rsin(theta), so theta=sin-1(z/R); its longitude is (surprise!) phi. -
Uses of Layout in repast.simphony.visualizationOGL2D
-
Uses of Layout in repast.simphony.ws
ModifierConstructorDescriptionDisplayServer
(String outgoingAddr, DisplayData<?> data, DisplayDescriptor descriptor, Layout<?, ?> layout, int id) DisplayServer2D
(String outgoingAddr, DisplayData<?> data, DisplayDescriptor descriptor, Layout layout, int id) -
Uses of Layout in repast.simphony.ws.gis
Modifier and TypeMethodDescriptionprotected void
StyledNetLayerGIS.processAdded
(StringBuilder builder, Layout layout) void
StyledLayerGIS.update
(StringBuilder builder, Layout<?, ?> layout) void
StyledNetLayerGIS.update
(StringBuilder builder, Layout<?, ?> layout) protected void
StyledNetLayerGIS.updateExisting
(StringBuilder builder, Layout layout) protected void
StyledNetLayerGIS.updateFromIterable
(StringBuilder builder, Layout layout, Iterable<DisplayProperties<RepastEdge<?>>> iter) ModifierConstructorDescriptionDisplayServerGIS
(String outgoingAddr, DisplayData<?> data, DisplayDescriptor descriptor, Layout layout, int id)