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) boolean
double
asDouble()
int
int
asInt
(boolean minusOneIfError) asString()
static ValueImpl
dark
(String value, AutomaticCounter counter) int
static ValueImpl
static ValueImpl
regular
(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:
asFontStyle
in interfaceValue
-
asHorizontalAlignment
- Specified by:
asHorizontalAlignment
in interfaceValue
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceValue
-