Class VLStyleRegistrar3D
java.lang.Object
repast.simphony.visualization.engine.VLStyleRegistrar<ValueLayerStyle3D>
repast.simphony.visualization.engine.VLStyleRegistrar3D
Style registrar for 3D value layer styles.
- Author:
- Nick Collier
-
Nested Class Summary
Nested classes/interfaces inherited from class repast.simphony.visualization.engine.VLStyleRegistrar
VLStyleRegistrar.Registrar<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateEditedValueLayerStyle
(String styleName) Creates an instance of the the appropriate edited value layer style.Methods inherited from class repast.simphony.visualization.engine.VLStyleRegistrar
registerValueLayerStyle
-
Constructor Details
-
VLStyleRegistrar3D
public VLStyleRegistrar3D()
-
-
Method Details
-
createEditedValueLayerStyle
Description copied from class:VLStyleRegistrar
Creates an instance of the the appropriate edited value layer style.- Specified by:
createEditedValueLayerStyle
in classVLStyleRegistrar<ValueLayerStyle3D>
- Returns:
- the created edited value layer style
-