Package net.sourceforge.plantuml.style
Class ValueImpl
- java.lang.Object
-
- net.sourceforge.plantuml.style.ValueImpl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
addPriority(int delta)
boolean
asBoolean()
HColor
asColor(ThemeStyle themeStyle, HColorSet set)
double
asDouble()
int
asFontStyle()
HorizontalAlignment
asHorizontalAlignment()
int
asInt()
String
asString()
static ValueImpl
dark(String value, AutomaticCounter counter)
int
getPriority()
Value
mergeWith(Value other)
static ValueImpl
regular(String value, int priority)
static ValueImpl
regular(String value, AutomaticCounter counter)
String
toString()
-
-
-
Method Detail
-
dark
public static ValueImpl dark(String value, AutomaticCounter counter)
-
regular
public static ValueImpl regular(String value, AutomaticCounter counter)
-
addPriority
public Value addPriority(int delta)
-
asColor
public HColor asColor(ThemeStyle themeStyle, HColorSet set)
-
asFontStyle
public int asFontStyle()
- Specified by:
asFontStyle
in interfaceValue
-
asHorizontalAlignment
public HorizontalAlignment asHorizontalAlignment()
- Specified by:
asHorizontalAlignment
in interfaceValue
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interfaceValue
-
-