Class ValueNull
java.lang.Object
net.sourceforge.plantuml.style.ValueAbstract
net.sourceforge.plantuml.style.ValueNull
- All Implemented Interfaces:
Value
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleandoubleasDouble()doubleasDoubleDefaultTo(double defaultValue) intintasInt(boolean minusOneIfError) asString()Methods inherited from class ValueAbstract
getPriorityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Value
getPriority
-
Field Details
-
NULL
-
-
Method Details
-
asInt
public int asInt(boolean minusOneIfError) - Specified by:
asIntin interfaceValue- Overrides:
asIntin classValueAbstract
-
asDouble
public double asDouble()- Specified by:
asDoublein interfaceValue- Overrides:
asDoublein classValueAbstract
-
asDoubleDefaultTo
public double asDoubleDefaultTo(double defaultValue) - Specified by:
asDoubleDefaultToin interfaceValue- Overrides:
asDoubleDefaultToin classValueAbstract
-
asBoolean
public boolean asBoolean()- Specified by:
asBooleanin interfaceValue- Overrides:
asBooleanin classValueAbstract
-
asString
- Specified by:
asStringin interfaceValue- Overrides:
asStringin classValueAbstract
-
asFontStyle
public int asFontStyle()- Specified by:
asFontStylein interfaceValue- Overrides:
asFontStylein classValueAbstract
-
asColor
-
asHorizontalAlignment
- Specified by:
asHorizontalAlignmentin interfaceValue- Overrides:
asHorizontalAlignmentin classValueAbstract
-