|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.workbench.model.LayerStyleUtil
public class 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 | |
|---|---|
LayerStyleUtil()
|
|
| Method Summary | |
|---|---|
static void |
setLinearStyle(Layer lyr,
java.awt.Color lineColor,
int lineWidth,
int vertexSize)
Sets the style for a linear layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayerStyleUtil()
| Method Detail |
|---|
public static void setLinearStyle(Layer lyr,
java.awt.Color lineColor,
int lineWidth,
int vertexSize)
vertexSize - 0 if vertices are not to be shown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||