Package net.sourceforge.plantuml.style
Class ValueNull
java.lang.Object
net.sourceforge.plantuml.style.ValueAbstract
net.sourceforge.plantuml.style.ValueNull
- All Implemented Interfaces:
Value
-
Field Summary
Fields -
Method Summary
Methods inherited from class net.sourceforge.plantuml.style.ValueAbstract
getPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.style.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
-
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
- Specified by:
asColorin interfaceValue- Overrides:
asColorin classValueAbstract
-
asHorizontalAlignment
- Specified by:
asHorizontalAlignmentin interfaceValue- Overrides:
asHorizontalAlignmentin classValueAbstract
-