|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.StyleDelta.Kind
Kind of Delta, used to indicate change.
Field Summary | |
static StyleDelta.Kind |
ADDED
The style constrcut has been added. |
static StyleDelta.Kind |
CHANGED
The style construct has been changed. |
static StyleDelta.Kind |
NO_CHANGE
Indicates no change. |
static StyleDelta.Kind |
REMOVED
The style construct has been removed. |
Constructor Summary | |
StyleDelta.Kind()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final StyleDelta.Kind NO_CHANGE
StyleDelta.getKind()
public static final StyleDelta.Kind ADDED
StyleDelta.getKind()
public static final StyleDelta.Kind REMOVED
StyleDelta.getKind()
public static final StyleDelta.Kind CHANGED
StyleDelta.getKind()
Constructor Detail |
public StyleDelta.Kind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |