Package net.sourceforge.plantuml.style
Class ValueColor
- java.lang.Object
-
- net.sourceforge.plantuml.style.ValueAbstract
-
- net.sourceforge.plantuml.style.ValueColor
-
- All Implemented Interfaces:
Value
public class ValueColor extends ValueAbstract
-
-
Constructor Summary
Constructors Constructor Description ValueColor(HColor color, int priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HColor
asColor(ThemeStyle themeStyle, HColorSet set)
int
getPriority()
-
Methods inherited from class net.sourceforge.plantuml.style.ValueAbstract
asBoolean, asDouble, asFontStyle, asHorizontalAlignment, asInt, asString
-
-
-
-
Constructor Detail
-
ValueColor
public ValueColor(HColor color, int priority)
-
-
Method Detail
-
asColor
public HColor asColor(ThemeStyle themeStyle, HColorSet set)
- Specified by:
asColor
in interfaceValue
- Overrides:
asColor
in classValueAbstract
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interfaceValue
- Overrides:
getPriority
in classValueAbstract
-
-