Class GridProjectionDescriptor
java.lang.Object
repast.simphony.visualization.engine.AbstractProjectionDescriptor
repast.simphony.visualization.grid.GridProjectionDescriptor
- All Implemented Interfaces:
ProjectionDescriptor
Projection descriptor for grids.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class repast.simphony.visualization.engine.AbstractProjectionDescriptor
props
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the implied 2d layout of the projection, if any.Gets the implied 3d layout of the projection, if any.Methods inherited from class repast.simphony.visualization.engine.AbstractProjectionDescriptor
get2DDecorators, get3DDecorators, getProjectionName, getProperty, registerProjectionData, setProperty
-
Constructor Details
-
GridProjectionDescriptor
-
-
Method Details
-
getImpliedLayout3D
Gets the implied 3d layout of the projection, if any.- Returns:
- the implied layout of the projection, if any.
-
getImpliedLayout2D
Gets the implied 2d layout of the projection, if any.- Returns:
- the implied layout of the projection, if any.
-