Package net.sourceforge.plantuml.style
Class ValueColor
java.lang.Object
net.sourceforge.plantuml.style.ValueAbstract
net.sourceforge.plantuml.style.ValueColor
- All Implemented Interfaces:
Value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasColor
(ThemeStyle themeStyle, HColorSet set) int
java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.style.ValueAbstract
asBoolean, asDouble, asFontStyle, asHorizontalAlignment, asInt, asString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ValueColor
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
asColor
- Specified by:
asColor
in interfaceValue
- Overrides:
asColor
in classValueAbstract
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceValue
- Overrides:
getPriority
in classValueAbstract
-