Class SyntheticDisplayData
java.lang.Object
repast.simphony.visualization.AbstractDisplayData
repast.simphony.visualization.editor.SyntheticDisplayData
- All Implemented Interfaces:
- DisplayData
Deprecated.
2D piccolo based code is being removed
- Author:
- Nick Collier
- 
Field SummaryFields inherited from class repast.simphony.visualization.AbstractDisplayDataprojs, valueLayers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddProjection(Projection proj) Deprecated.Deprecated.Gets the container that contains the objects we want to display.objects()Deprecated.Gets the objects to be initially displayed.Methods inherited from class repast.simphony.visualization.AbstractDisplayDatagetProjectionCount, getProjections, getValueLayerCount, getValueLayers
- 
Constructor Details- 
SyntheticDisplayDataDeprecated.
 
- 
- 
Method Details- 
addProjectionDeprecated.
- 
getContainerDeprecated.Gets the container that contains the objects we want to display.- Returns:
- the container that contains the objects we want to display.
 
- 
objectsDeprecated.Gets the objects to be initially displayed.- Returns:
- an iterable over the objects to be initially displayed.
 
 
-