public static enum Enumerations.CssStyleProperty extends Enum<Enumerations.CssStyleProperty>
| Enum Constant and Description |
|---|
COLOR |
FILL
|
FILL_RULE |
OPACITY |
STROKE |
STROKE_DASHOFFSET
|
STROKE_LINECAP
|
STROKE_MITERLIMIT
|
STROKE_TYPE
|
STROKE_WIDTH
|
| Modifier and Type | Method and Description |
|---|---|
String
|
getName()
Returns the
name. |
static Enumerations.CssStyleProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.CssStyleProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.CssStyleProperty FILL
public static final Enumerations.CssStyleProperty FILL_RULE
public static final Enumerations.CssStyleProperty STROKE
public static final Enumerations.CssStyleProperty STROKE_WIDTH
public static final Enumerations.CssStyleProperty STROKE_TYPE
public static final Enumerations.CssStyleProperty STROKE_LINECAP
public static final Enumerations.CssStyleProperty STROKE_MITERLIMIT
public static final Enumerations.CssStyleProperty STROKE_DASHOFFSET
public static final Enumerations.CssStyleProperty COLOR
public static final Enumerations.CssStyleProperty OPACITY
public static Enumerations.CssStyleProperty[] values()
for (Enumerations.CssStyleProperty c : Enumerations.CssStyleProperty.values()) System.out.println(c);
public static Enumerations.CssStyleProperty valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 2015 Saxonia Systems AG. All rights reserved.