Class LayerStyleUtil
java.lang.Object
com.vividsolutions.jump.workbench.model.LayerStyleUtil
Convenience functions for setting and working with Layer Styles.
The convention for methods which change a layer style is that
the layerChanged event is not fired. This allows further
modification of the style by the caller.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetLinearStyle(Layer lyr, Color lineColor, int lineWidth, int vertexSize) Sets the style for a linear layer.
-
Constructor Details
-
LayerStyleUtil
public LayerStyleUtil()
-
-
Method Details
-
setLinearStyle
-