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 SummaryFields inherited from class repast.simphony.visualization.engine.AbstractProjectionDescriptorprops
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractProjectionDescriptorget2DDecorators, get3DDecorators, getProjectionName, getProperty, registerProjectionData, setProperty
- 
Constructor Details- 
DefaultProjectionDescriptorDeprecated.
 
- 
- 
Method Details- 
getImpliedLayout2DDeprecated.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.
 
- 
getImpliedLayout3DDeprecated.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.
 
 
-