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