ShapeUtil.BooleanOperator instead.@Deprecated public static enum ShapeUtil.ShapeOperation extends java.lang.Enum<ShapeUtil.ShapeOperation>
| Enum Constant and Description | 
|---|
| ANDDeprecated.  | 
| ORDeprecated.  | 
| XORDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ShapeUtil.BooleanOperator | getBooleanOperator()Deprecated.  | 
| static ShapeUtil.ShapeOperation | valueOf(java.lang.String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static ShapeUtil.ShapeOperation[] | values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ShapeUtil.ShapeOperation OR
public static final ShapeUtil.ShapeOperation AND
public static final ShapeUtil.ShapeOperation XOR
public static ShapeUtil.ShapeOperation[] values()
for (ShapeUtil.ShapeOperation c : ShapeUtil.ShapeOperation.values()) System.out.println(c);
public static ShapeUtil.ShapeOperation 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 nullpublic abstract ShapeUtil.BooleanOperator getBooleanOperator()