Class GEM3DLayout
java.lang.Object
repast.simphony.visualization.visualization3D.layout.GEM3DLayout
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:35:19 $
- Author:
- Nick Collier
-
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[]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(Network projection) Sets the projection associated with this Layout.voidupdate()Updates this layout.
-
Constructor Details
-
GEM3DLayout
public GEM3DLayout()
-
-
Method Details
-
setProjection
Description copied from interface:LayoutSets the projection associated with this Layout.- Specified by:
setProjectionin interfaceLayout<Object,Network> - Parameters:
projection- the associated projection.
-
setLayoutProperties
Sets the layout properties for this layout.- Specified by:
setLayoutPropertiesin interfaceLayout<Object,Network> - Parameters:
props- the layout properties
-
getLayoutProperties
Gets the layout properties for this layout.- Specified by:
getLayoutPropertiesin interfaceLayout<Object,Network> - Returns:
- the layout properties for this layout.
-
getLocation
Description copied from interface:LayoutGets the location of the specified object as determined by this layout.- Specified by:
getLocationin interfaceLayout<Object,Network> - Parameters:
o- the object whose location we want.- Returns:
- the location of the object.
-
update
public void update()Description copied from interface:LayoutUpdates this layout. -
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<Object,Network> - Returns:
- a bounding box that describes the extent of this layout in location coordinates, or a 0 size box if the extent is unknown.
-