|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TextPaintMode>
lt.monarch.chart.style.enums.TextPaintMode
public enum TextPaintMode extends java.lang.Enum<TextPaintMode> implements StyleObject
Label text painter
| Enum Constant and Description |
|---|
IMAGE_PAINT
Image text painter |
LADDER_PAINT
Ladder text painter |
NORMAL_PAINT
Default java text painter |
| Modifier and Type | Method and Description |
|---|---|
RotatedLabelPainter |
getPainter()
|
static TextPaintMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextPaintMode[] |
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 TextPaintMode NORMAL_PAINT
public static final TextPaintMode LADDER_PAINT
public static final TextPaintMode IMAGE_PAINT
| Method Detail |
|---|
public static TextPaintMode[] values()
for (TextPaintMode c : TextPaintMode.values()) System.out.println(c);
public static TextPaintMode 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 RotatedLabelPainter getPainter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||