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 Summary
Fields inherited from class repast.simphony.visualization.AbstractDisplayData
projs, valueLayers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProjection
(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.AbstractDisplayData
getProjectionCount, getProjections, getValueLayerCount, getValueLayers
-
Constructor Details
-
SyntheticDisplayData
Deprecated.
-
-
Method Details
-
addProjection
Deprecated. -
getContainer
Deprecated.Gets the container that contains the objects we want to display.- Returns:
- the container that contains the objects we want to display.
-
objects
Deprecated.Gets the objects to be initially displayed.- Returns:
- an iterable over the objects to be initially displayed.
-