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 booleanasBoolean()HColorasColor(HColorSet set)doubleasDouble()intasFontStyle()HorizontalAlignmentasHorizontalAlignment()intasInt()java.lang.StringasString()-
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()
- 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
public java.lang.String asString()
- Specified by:
asStringin interfaceValue- Overrides:
asStringin classValueAbstract
-
asFontStyle
public int asFontStyle()
- Specified by:
asFontStylein interfaceValue- Overrides:
asFontStylein classValueAbstract
-
asColor
public HColor asColor(HColorSet set)
- Specified by:
asColorin interfaceValue- Overrides:
asColorin classValueAbstract
-
asHorizontalAlignment
public HorizontalAlignment asHorizontalAlignment()
- Specified by:
asHorizontalAlignmentin interfaceValue- Overrides:
asHorizontalAlignmentin classValueAbstract
-
-