public static enum Enumerations.CssValueLengthType extends Enum<Enumerations.CssValueLengthType>
| Enum Constant and Description |
|---|
CENTIMETER
Meaning the value is defined in centimeters.
|
INCH
Meaning the value is defined in inches.
|
MILLIMETER
Meaning the value is defined in millimeters.
|
NONE
Meaning the length type is not specified.
|
PERCENT
Meaning the value is defined in percentage.
|
PICAS
Meaning the value is defined in picas.
|
PIXEL
Meaning the value is defined in pixel.
|
POINT
Meaning the value is defined in points.
|
RELATIVE_HEIGHT
Meaning the value is defined in relative size to its current height.
|
RELATIVE_ROOT
Meaning the value is defined in relative size to its current width.
|
RELATIVE_SELF
Meaning the value is defined in relative size to its current size.
|
RELATIVE_VIEW_HEIGHT
Meaning the value is defined in relative size to its current viewport height.
|
RELATIVE_VIEW_MAX
Meaning the value is defined in relative size to its current viewport largest dimension.
|
RELATIVE_VIEW_MIN
Meaning the value is defined in relative size to its current viewport smallest dimension.
|
RELATIVE_VIEW_WIDTH
Meaning the value is defined in relative size to its current viewport width.
|
RELATIVE_WIDTH
Meaning the value is defined in relative size to its current width.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name. |
static Enumerations.CssValueLengthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.CssValueLengthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.CssValueLengthType NONE
public static final Enumerations.CssValueLengthType PIXEL
public static final Enumerations.CssValueLengthType CENTIMETER
public static final Enumerations.CssValueLengthType MILLIMETER
public static final Enumerations.CssValueLengthType INCH
public static final Enumerations.CssValueLengthType POINT
public static final Enumerations.CssValueLengthType PICAS
public static final Enumerations.CssValueLengthType PERCENT
public static final Enumerations.CssValueLengthType RELATIVE_SELF
public static final Enumerations.CssValueLengthType RELATIVE_HEIGHT
public static final Enumerations.CssValueLengthType RELATIVE_WIDTH
public static final Enumerations.CssValueLengthType RELATIVE_ROOT
public static final Enumerations.CssValueLengthType RELATIVE_VIEW_WIDTH
public static final Enumerations.CssValueLengthType RELATIVE_VIEW_HEIGHT
public static final Enumerations.CssValueLengthType RELATIVE_VIEW_MIN
public static final Enumerations.CssValueLengthType RELATIVE_VIEW_MAX
public static Enumerations.CssValueLengthType[] values()
for (Enumerations.CssValueLengthType c : Enumerations.CssValueLengthType.values()) System.out.println(c);
public static Enumerations.CssValueLengthType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Saxonia Systems AG. All rights reserved.