public static enum StyleFactory.FontProperty extends Enum<StyleFactory.FontProperty>
Enum Constant and Description |
---|
BOLD_WEIGHT |
COLOR |
HEIGHT |
ITALIC |
NAME |
STRIKEOUT |
TYPE_OFFSET |
UNDERLINE |
Modifier and Type | Method and Description |
---|---|
static StyleFactory.FontProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleFactory.FontProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleFactory.FontProperty BOLD_WEIGHT
public static final StyleFactory.FontProperty COLOR
public static final StyleFactory.FontProperty HEIGHT
public static final StyleFactory.FontProperty NAME
public static final StyleFactory.FontProperty ITALIC
public static final StyleFactory.FontProperty STRIKEOUT
public static final StyleFactory.FontProperty TYPE_OFFSET
public static final StyleFactory.FontProperty UNDERLINE
public static StyleFactory.FontProperty[] values()
for (StyleFactory.FontProperty c : StyleFactory.FontProperty.values()) System.out.println(c);
public static StyleFactory.FontProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All rights reserved.