Package net.sourceforge.plantuml.style
Interface Value
-
- All Known Implementing Classes:
ValueAbstract,ValueColor,ValueDeltaPriority,ValueImpl,ValueNull
public interface Value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanasBoolean()HColorasColor(ThemeStyle themeStyle, HColorSet set)doubleasDouble()intasFontStyle()HorizontalAlignmentasHorizontalAlignment()intasInt()StringasString()intgetPriority()
-
-
-
Method Detail
-
asString
String asString()
-
asColor
HColor asColor(ThemeStyle themeStyle, HColorSet set)
-
asInt
int asInt()
-
asDouble
double asDouble()
-
asBoolean
boolean asBoolean()
-
asFontStyle
int asFontStyle()
-
asHorizontalAlignment
HorizontalAlignment asHorizontalAlignment()
-
getPriority
int getPriority()
-
-