Package net.sourceforge.plantuml.stereo
Class Stereotype
java.lang.Object
net.sourceforge.plantuml.stereo.Stereotype
- All Implemented Interfaces:
CharSequence
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stereotype
static Stereotype
static Stereotype
char
charAt
(int arg0) char
final UFont
double
final TextBlock
getSprite
(SpriteContainer container) getStyles
(StyleBuilder builder) boolean
boolean
isCausal()
boolean
boolean
boolean
boolean
boolean
int
length()
subSequence
(int arg0, int arg1) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Method Details
-
build
-
build
-
build
public static Stereotype build(String label, double radius, UFont circledFont, HColorSet htmlColorSet) throws NoSuchColorException - Throws:
NoSuchColorException
-
getHtmlColor
-
getCharacter
public char getCharacter() -
getSprite
-
isWithOOSymbol
public boolean isWithOOSymbol() -
getMultipleLabels
-
isSpotted
public boolean isSpotted() -
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
charAt
public char charAt(int arg0) - Specified by:
charAt
in interfaceCharSequence
-
length
public int length()- Specified by:
length
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
getRadius
public double getRadius() -
getCircledFont
-
getLabel
-
getLabels
-
getStyles
-
getStyleNames
-
getPackageStyle
-
isBiddableOrUncertain
public boolean isBiddableOrUncertain() -
isCausal
public boolean isCausal() -
isLexicalOrGiven
public boolean isLexicalOrGiven() -
isDesignedOrSolved
public boolean isDesignedOrSolved() -
isMachineOrSpecification
public boolean isMachineOrSpecification()
-