|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WFont.Size>
eu.webtoolkit.jwt.WFont.Size
public static enum WFont.Size
The font size.
| Enum Constant Summary | |
|---|---|
FixedSize
Explicit size, See also fontFixedSize(). |
|
Large
Large. |
|
Larger
Relatively larger than the parent widget. |
|
Medium
Medium, default. |
|
Small
Small. |
|
Smaller
Relatively smaller than the parent widget. |
|
XLarge
Extra large. |
|
XSmall
Extra small. |
|
XXLarge
Extra Extra large. |
|
XXSmall
Extra Extra small. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the numerical representation of this enum. |
static WFont.Size |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WFont.Size[] |
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 WFont.Size XXSmall
public static final WFont.Size XSmall
public static final WFont.Size Small
public static final WFont.Size Medium
public static final WFont.Size Large
public static final WFont.Size XLarge
public static final WFont.Size XXLarge
public static final WFont.Size Smaller
public static final WFont.Size Larger
public static final WFont.Size FixedSize
| Method Detail |
|---|
public static WFont.Size[] values()
for (WFont.Size c : WFont.Size.values()) System.out.println(c);
public static WFont.Size 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 | |||||||||