Package net.sourceforge.plantuml.style
Interface Value
-
- All Known Implementing Classes:
ValueAbstract
,ValueColor
,ValueImpl
,ValueNull
public interface Value
-
-
Method Summary
All Methods Instance Methods Abstract 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()
-
-
-
Method Detail
-
asString
java.lang.String asString()
-
asInt
int asInt()
-
asDouble
double asDouble()
-
asBoolean
boolean asBoolean()
-
asFontStyle
int asFontStyle()
-
asHorizontalAlignment
HorizontalAlignment asHorizontalAlignment()
-
getPriority
int getPriority()
-
-