Package repast.simphony.visualization
Class AbstractDisplayData<T>
java.lang.Object
repast.simphony.visualization.AbstractDisplayData<T>
- All Implemented Interfaces:
DisplayData<T>
- Direct Known Subclasses:
DefaultDisplayData,SyntheticDisplayData
Abstract implementation of DisplayData.
- Author:
- Nick Collier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the number of projections to display.Gets an iterable over the projections to be displayed.intGets the number of ValueLayers to display.Gets an iterable over the ValueLayers to be displayed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.visualization.DisplayData
getContainer, objects
-
Field Details
-
projs
-
valueLayers
-
-
Constructor Details
-
AbstractDisplayData
public AbstractDisplayData()
-
-
Method Details
-
getProjections
Gets an iterable over the projections to be displayed.- Specified by:
getProjectionsin interfaceDisplayData<T>- Returns:
- an iterable over the projections to be displayed.
-
getValueLayers
Gets an iterable over the ValueLayers to be displayed.- Specified by:
getValueLayersin interfaceDisplayData<T>- Returns:
- an iterable over the ValueLayers to be displayed.
-
getProjectionCount
public int getProjectionCount()Gets the number of projections to display.- Specified by:
getProjectionCountin interfaceDisplayData<T>- Returns:
- the number of projections to display.
-
getValueLayerCount
public int getValueLayerCount()Gets the number of ValueLayers to display.- Specified by:
getValueLayerCountin interfaceDisplayData<T>- Returns:
- the number of ValueLayers to display.
-