public static enum PatternShape2d.ArcType extends java.lang.Enum<PatternShape2d.ArcType>
Enum Constant and Description |
---|
ARC |
FULL_CIRCLE |
SEMI_CIRCLE |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldDrawAllQuadrants() |
boolean |
shouldDrawSecondQuadrant() |
static PatternShape2d.ArcType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternShape2d.ArcType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatternShape2d.ArcType ARC
public static final PatternShape2d.ArcType SEMI_CIRCLE
public static final PatternShape2d.ArcType FULL_CIRCLE
public static PatternShape2d.ArcType[] values()
for (PatternShape2d.ArcType c : PatternShape2d.ArcType.values()) System.out.println(c);
public static PatternShape2d.ArcType 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 boolean shouldDrawSecondQuadrant()
public boolean shouldDrawAllQuadrants()