Class VLStyleRegistrarOGL2D
java.lang.Object
repast.simphony.visualization.engine.VLStyleRegistrar<ValueLayerStyleOGL>
repast.simphony.visualization.engine.VLStyleRegistrarOGL2D
Style registrar for 2D 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
-
VLStyleRegistrarOGL2D
public VLStyleRegistrarOGL2D()
-
-
Method Details
-
createEditedValueLayerStyle
Description copied from class:VLStyleRegistrar
Creates an instance of the the appropriate edited value layer style.- Specified by:
createEditedValueLayerStyle
in classVLStyleRegistrar<ValueLayerStyleOGL>
- Returns:
- the created edited value layer style
-