public static enum Rectangle.Builder.Mode extends java.lang.Enum<Rectangle.Builder.Mode>
| Enum Constant and Description |
|---|
START_END_CORNERS |
START_END_WIDTH_MIRRORED |
START_END_WIDTH_SIDE |
START_END_WIDTH_UNMIRRORED |
THREE_POINTS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
static Rectangle.Builder.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rectangle.Builder.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rectangle.Builder.Mode START_END_WIDTH_MIRRORED
public static final Rectangle.Builder.Mode START_END_WIDTH_UNMIRRORED
public static final Rectangle.Builder.Mode START_END_WIDTH_SIDE
public static final Rectangle.Builder.Mode START_END_CORNERS
public static final Rectangle.Builder.Mode THREE_POINTS
public static Rectangle.Builder.Mode[] values()
for (Rectangle.Builder.Mode c : Rectangle.Builder.Mode.values()) System.out.println(c);
public static Rectangle.Builder.Mode 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 java.lang.String getType()