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 HColorasColor(HColorSet set)intgetPriority()java.lang.StringtoString()-
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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
asColor
public HColor asColor(HColorSet set)
- Specified by:
asColorin interfaceValue- Overrides:
asColorin classValueAbstract
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceValue- Overrides:
getPriorityin classValueAbstract
-
-