Package net.sourceforge.plantuml.style
Interface Value
- All Known Implementing Classes:
ValueAbstract
,ValueColor
,ValueImpl
,ValueNull
public interface Value
-
Method Summary
Modifier and TypeMethodDescriptionboolean
double
asDouble()
double
asDoubleDefaultTo
(double defaultValue) int
int
asInt
(boolean minusOneIfError) asString()
int
-
Method Details
-
asString
String asString() -
asColor
-
asInt
int asInt(boolean minusOneIfError) -
asDouble
double asDouble() -
asDoubleDefaultTo
double asDoubleDefaultTo(double defaultValue) -
asBoolean
boolean asBoolean() -
asFontStyle
int asFontStyle() -
asHorizontalAlignment
HorizontalAlignment asHorizontalAlignment() -
getPriority
int getPriority()
-