Package net.sourceforge.plantuml.style
Class ValueImpl
java.lang.Object
net.sourceforge.plantuml.style.ValueImpl
- All Implemented Interfaces:
Value
-
Method Summary
Modifier and TypeMethodDescriptionaddPriority(int delta) booleandoubleasDouble()intintasInt(boolean minusOneIfError) asString()static ValueImpldark(String value, AutomaticCounter counter) intstatic ValueImplstatic ValueImplregular(String value, AutomaticCounter counter) toString()
-
Method Details
-
dark
-
regular
-
regular
-
mergeWith
-
addPriority
-
toString
-
asString
-
asColor
-
asBoolean
public boolean asBoolean() -
asInt
public int asInt(boolean minusOneIfError) -
asDouble
public double asDouble() -
asFontStyle
public int asFontStyle()- Specified by:
asFontStylein interfaceValue
-
asHorizontalAlignment
- Specified by:
asHorizontalAlignmentin interfaceValue
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceValue
-