Class LayerStyleUtil
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.LayerStyleUtil
-
public class LayerStyleUtil extends Object
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 Constructor Description LayerStyleUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setLinearStyle(Layer lyr, Color lineColor, int lineWidth, int vertexSize)
Sets the style for a linear layer.
-