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()
double
asDoubleDefaultTo
(double defaultValue) 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() -
asDoubleDefaultTo
public double asDoubleDefaultTo(double defaultValue) - Specified by:
asDoubleDefaultTo
in interfaceValue
-
asFontStyle
public int asFontStyle()- Specified by:
asFontStyle
in interfaceValue
-
asHorizontalAlignment
- Specified by:
asHorizontalAlignment
in interfaceValue
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceValue
-