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 boolean
asBoolean()
HColor
asColor(ThemeStyle themeStyle, HColorSet set)
double
asDouble()
int
asFontStyle()
HorizontalAlignment
asHorizontalAlignment()
int
asInt()
String
asString()
int
getPriority()
-
-
-
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()
-
-