Package net.sourceforge.plantuml.style
Class ValueAbstract
- java.lang.Object
-
- net.sourceforge.plantuml.style.ValueAbstract
-
- All Implemented Interfaces:
Value
- Direct Known Subclasses:
ValueColor,ValueNull
public abstract class ValueAbstract extends Object implements Value
-
-
Constructor Summary
Constructors Constructor Description ValueAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanasBoolean()HColorasColor(HColorSet set)doubleasDouble()intasFontStyle()HorizontalAlignmentasHorizontalAlignment()intasInt()StringasString()intgetPriority()
-
-
-
Method Detail
-
asFontStyle
public int asFontStyle()
- Specified by:
asFontStylein interfaceValue
-
asHorizontalAlignment
public HorizontalAlignment asHorizontalAlignment()
- Specified by:
asHorizontalAlignmentin interfaceValue
-
getPriority
public int getPriority()
- Specified by:
getPriorityin interfaceValue
-
-