Class AbstractCartesianDisplayCreator
java.lang.Object
repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
- All Implemented Interfaces:
DisplayCreator
- Direct Known Subclasses:
DisplayCreator2D
,DisplayCreator3D
,DisplayCreatorOGL2D
Display creator for 2D/3D Cartesian displays with value layers.
- Author:
- Nick Collier
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAbstractCartesianDisplayCreator
(Context<?> context, CartesianDisplayDescriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultDisplayData<?>
protected Layout<?,
? extends Projection<?>> createLayout
(String layoutClassName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.visualization.engine.DisplayCreator
createDisplay
-
Field Details
-
context
-
descriptor
-
-
Constructor Details
-
AbstractCartesianDisplayCreator
-
-
Method Details
-
createDisplayData
-
createLayout
protected Layout<?,? extends Projection<?>> createLayout(String layoutClassName) throws ClassNotFoundException, IllegalAccessException, InstantiationException
-