Package net.sourceforge.plantuml.style
Class ValueImpl
- java.lang.Object
-
- net.sourceforge.plantuml.style.ValueImpl
-
-
Constructor Summary
Constructors Constructor Description ValueImpl(String value, int priority)
ValueImpl(String value, AutomaticCounter counter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
asBoolean()
HColor
asColor(ThemeStyle themeStyle, HColorSet set)
double
asDouble()
int
asFontStyle()
HorizontalAlignment
asHorizontalAlignment()
int
asInt()
String
asString()
int
getPriority()
String
toString()
-
-
-
Constructor Detail
-
ValueImpl
public ValueImpl(String value, AutomaticCounter counter)
-
ValueImpl
public ValueImpl(String value, int priority)
-
-
Method Detail
-
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
-
-