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 booleanasBoolean()HColorasColor(HColorSet set)doubleasDouble()intasFontStyle()HorizontalAlignmentasHorizontalAlignment()intasInt()java.lang.StringasString()intgetPriority()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ValueImpl
public ValueImpl(java.lang.String value, AutomaticCounter counter)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
asFontStyle
public int asFontStyle()
- Specified by:
asFontStylein interfaceValue
-
asHorizontalAlignment
public HorizontalAlignment asHorizontalAlignment()
- Specified by:
asHorizontalAlignmentin interfaceValue
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceValue
-
-