| Enum Constant and Description | 
|---|
FILL_COLOR  | 
FILL_RULE  | 
FONT_FAMILY  | 
FONT_LINE_HEIGHT  | 
FONT_SIZE  | 
FONT_STYLE  | 
FONT_VARIANT  | 
FONT_WEIGHT  | 
STROKE_COLOR  | 
STROKE_DASH_ARRAY  | 
STROKE_DASH_OFFSET  | 
STROKE_LINE_CAP  | 
STROKE_LINE_JOIN  | 
STROKE_MITER_LIMIT  | 
STROKE_WIDTH  | 
| Modifier and Type | Method and Description | 
|---|---|
static StyleFlag | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static StyleFlag[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final StyleFlag STROKE_COLOR
public static final StyleFlag STROKE_WIDTH
public static final StyleFlag STROKE_LINE_CAP
public static final StyleFlag STROKE_LINE_JOIN
public static final StyleFlag STROKE_MITER_LIMIT
public static final StyleFlag STROKE_DASH_ARRAY
public static final StyleFlag STROKE_DASH_OFFSET
public static final StyleFlag FILL_COLOR
public static final StyleFlag FILL_RULE
public static final StyleFlag FONT_FAMILY
public static final StyleFlag FONT_LINE_HEIGHT
public static final StyleFlag FONT_SIZE
public static final StyleFlag FONT_STYLE
public static final StyleFlag FONT_VARIANT
public static final StyleFlag FONT_WEIGHT
public static StyleFlag[] values()
for (StyleFlag c : StyleFlag.values()) System.out.println(c);
public static StyleFlag 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