public abstract class ValueAbstract extends java.lang.Object implements Value
| Constructor and Description |
|---|
ValueAbstract() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
HColor |
asColor(HColorSet set) |
double |
asDouble() |
int |
asFontStyle() |
HorizontalAlignment |
asHorizontalAlignment() |
int |
asInt(boolean minusOneIfError) |
java.lang.String |
asString() |
int |
getPriority() |
public int asFontStyle()
asFontStyle in interface Valuepublic HorizontalAlignment asHorizontalAlignment()
asHorizontalAlignment in interface Valuepublic int getPriority()
getPriority in interface Value