|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WPaintDevice.ChangeFlag>
eu.webtoolkit.jwt.WPaintDevice.ChangeFlag
public static enum WPaintDevice.ChangeFlag
Enumeration to communicate painter state changes.
WPaintDevice.setChanged(EnumSet flags)| Enum Constant Summary | |
|---|---|
Brush
Properties of the brush have changed. |
|
Clipping
The clipping has changed. |
|
Font
Properties of the font have changed. |
|
Hints
Some render hints have changed. |
|
Pen
Properties of the pen have changed. |
|
Shadow
Properties of the shadow have changed. |
|
Transform
The transformation has changed. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the numerical representation of this enum. |
static WPaintDevice.ChangeFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WPaintDevice.ChangeFlag[] |
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 WPaintDevice.ChangeFlag Pen
public static final WPaintDevice.ChangeFlag Brush
public static final WPaintDevice.ChangeFlag Font
public static final WPaintDevice.ChangeFlag Hints
public static final WPaintDevice.ChangeFlag Transform
public static final WPaintDevice.ChangeFlag Clipping
public static final WPaintDevice.ChangeFlag Shadow
| Method Detail |
|---|
public static WPaintDevice.ChangeFlag[] values()
for (WPaintDevice.ChangeFlag c : WPaintDevice.ChangeFlag.values()) System.out.println(c);
public static WPaintDevice.ChangeFlag 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 name
java.lang.NullPointerException - if the argument is nullpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||