|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Length.UnitModeEnum>
org.pdfclown.documents.contents.composition.Length.UnitModeEnum
public static enum Length.UnitModeEnum
Measurement mode.
| Enum Constant Summary | |
|---|---|
Absolute
Values are expressed as absolute measures. |
|
Relative
Values are expressed as ratios relative to a specified base value. |
|
| Method Summary | |
|---|---|
static Length.UnitModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Length.UnitModeEnum[] |
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 Length.UnitModeEnum Absolute
public static final Length.UnitModeEnum Relative
| Method Detail |
|---|
public static Length.UnitModeEnum[] values()
for (Length.UnitModeEnum c : Length.UnitModeEnum.values()) System.out.println(c);
public static Length.UnitModeEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||