Class DefaultProjectionDescriptor
java.lang.Object
repast.simphony.visualization.engine.AbstractProjectionDescriptor
repast.simphony.visualization.engine.DefaultProjectionDescriptor
- All Implemented Interfaces:
ProjectionDescriptor
Deprecated.
Default implementation of a ProjectionDescriptor. This holds properties and
projection data, but does not have any implied layouts.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class repast.simphony.visualization.engine.AbstractProjectionDescriptor
props
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the implied 2d layout of the projection, if any.Deprecated.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
-
DefaultProjectionDescriptor
Deprecated.
-
-
Method Details
-
getImpliedLayout2D
Deprecated.Gets the implied 2d layout of the projection, if any. For example, a grid projection implies a grid layout. This returns null.- Returns:
- always returns null.
-
getImpliedLayout3D
Deprecated.Gets the implied 3d layout of the projection, if any. For example, a grid projection implies a grid layout. This returns null.- Returns:
- always returns null.
-