public static enum ShapeRep.InvalidationType extends java.lang.Enum<ShapeRep.InvalidationType>
| Enum Constant and Description |
|---|
LOCATION
location only changed
|
LOCATION_AND_GEOMETRY
both location and geometry changed
|
| Modifier and Type | Method and Description |
|---|---|
static ShapeRep.InvalidationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeRep.InvalidationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeRep.InvalidationType LOCATION
public static final ShapeRep.InvalidationType LOCATION_AND_GEOMETRY
public static ShapeRep.InvalidationType[] values()
for (ShapeRep.InvalidationType c : ShapeRep.InvalidationType.values()) System.out.println(c);
public static ShapeRep.InvalidationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null