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