|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<StyleType>
lt.monarch.chart.style.enums.StyleType
public enum StyleType extends java.lang.Enum<StyleType>
| Enum Constant and Description |
|---|
ARROW
|
BACKGROUNDIMG
Background image paint attributes |
GRADIENT
Gradient paint attributes |
HATCH
Hatch paint attributes |
LABEL
|
PAINT
Painting attributes |
PALETTE
Color palette attributes |
TEXT
Text attributes |
TICK
|
TITLE
|
| Modifier and Type | Method and Description |
|---|---|
static StyleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StyleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StyleType TEXT
public static final StyleType PAINT
public static final StyleType PALETTE
public static final StyleType GRADIENT
public static final StyleType HATCH
public static final StyleType BACKGROUNDIMG
public static final StyleType TITLE
public static final StyleType TICK
public static final StyleType LABEL
public static final StyleType ARROW
| Method Detail |
|---|
public static StyleType[] values()
for (StyleType c : StyleType.values()) System.out.println(c);
public static StyleType 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||