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
asColor
(ThemeStyle themeStyle, HColorSet set) double
asDouble()
int
int
asInt()
java.lang.String
asString()
static ValueImpl
dark
(java.lang.String value, AutomaticCounter counter) int
static ValueImpl
regular
(java.lang.String value, int priority) static ValueImpl
regular
(java.lang.String value, AutomaticCounter counter) java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
dark
-
regular
-
regular
-
mergeWith
-
addPriority
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
asString
public java.lang.String asString() -
asColor
-
asBoolean
public boolean asBoolean() -
asInt
public int asInt() -
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
-