Package net.sourceforge.plantuml.style
Class ValueNull
- java.lang.Object
-
- net.sourceforge.plantuml.style.ValueAbstract
-
- net.sourceforge.plantuml.style.ValueNull
-
- All Implemented Interfaces:
Value
public class ValueNull extends ValueAbstract implements Value
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
asBoolean()
HColor
asColor(HColorSet set)
double
asDouble()
double
asDoubleDefaultTo(double defaultValue)
int
asFontStyle()
HorizontalAlignment
asHorizontalAlignment()
int
asInt(boolean minusOneIfError)
java.lang.String
asString()
-
Methods inherited from class net.sourceforge.plantuml.style.ValueAbstract
getPriority
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.style.Value
getPriority
-
-
-
-
Field Detail
-
NULL
public static final Value NULL
-
-
Method Detail
-
asInt
public int asInt(boolean minusOneIfError)
- Specified by:
asInt
in interfaceValue
- Overrides:
asInt
in classValueAbstract
-
asDouble
public double asDouble()
- Specified by:
asDouble
in interfaceValue
- Overrides:
asDouble
in classValueAbstract
-
asDoubleDefaultTo
public double asDoubleDefaultTo(double defaultValue)
- Specified by:
asDoubleDefaultTo
in interfaceValue
- Overrides:
asDoubleDefaultTo
in classValueAbstract
-
asBoolean
public boolean asBoolean()
- Specified by:
asBoolean
in interfaceValue
- Overrides:
asBoolean
in classValueAbstract
-
asString
public java.lang.String asString()
- Specified by:
asString
in interfaceValue
- Overrides:
asString
in classValueAbstract
-
asFontStyle
public int asFontStyle()
- Specified by:
asFontStyle
in interfaceValue
- Overrides:
asFontStyle
in classValueAbstract
-
asColor
public HColor asColor(HColorSet set)
- Specified by:
asColor
in interfaceValue
- Overrides:
asColor
in classValueAbstract
-
asHorizontalAlignment
public HorizontalAlignment asHorizontalAlignment()
- Specified by:
asHorizontalAlignment
in interfaceValue
- Overrides:
asHorizontalAlignment
in classValueAbstract
-
-