Class Random2DLayout
java.lang.Object
repast.simphony.visualization.visualization2D.Random2DLayout
- All Implemented Interfaces:
Layout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a bounding box that describes the extent of this layout in location coordinates.Gets the layout properties for this layout.float[]getLocation(Object obj) Gets the location of the specified object as determined by this layout.getName()Gets the name of the layoutvoidSets the layout properties for this layout.voidsetProjection(Projection projection) Sets the projection associated with this Layout.voidupdate()Updates this layout.
-
Constructor Details
-
Random2DLayout
public Random2DLayout() -
Random2DLayout
public Random2DLayout(float x, float y)
-
-
Method Details
-
update
public void update()Description copied from interface:LayoutUpdates this layout. -
setProjection
Description copied from interface:LayoutSets the projection associated with this Layout.- Specified by:
setProjectionin interfaceLayout- Parameters:
projection- the associated projection.
-
getLayoutProperties
Gets the layout properties for this layout.- Specified by:
getLayoutPropertiesin interfaceLayout- Returns:
- the layout properties for this layout.
-
setLayoutProperties
Sets the layout properties for this layout.- Specified by:
setLayoutPropertiesin interfaceLayout- Parameters:
props- the layout properties
-
getLocation
Description copied from interface:LayoutGets the location of the specified object as determined by this layout.- Specified by:
getLocationin interfaceLayout- Parameters:
obj- the object whose location we want.- Returns:
- the location of the object.
-
getName
Description copied from interface:LayoutGets the name of the layout -
getBoundingBox
Description copied from interface:LayoutGets a bounding box that describes the extent of this layout in location coordinates.- Specified by:
getBoundingBoxin interfaceLayout- Returns:
- a bounding box that describes the extent of this layout in location coordinates, or a 0 size box if the extent is unknown.
-