Package net.sourceforge.plantuml.stereo
Class Stereotype
java.lang.Object
net.sourceforge.plantuml.stereo.Stereotype
- All Implemented Interfaces:
CharSequence
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stereotypestatic Stereotypestatic StereotypecharcharAt(int arg0) charfinal UFontdoublefinal TextBlockgetSprite(SpriteContainer container) getStyles(StyleBuilder builder) booleanbooleanisCausal()booleanbooleanbooleanbooleanbooleanintlength()subSequence(int arg0, int arg1) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
charAt
public char charAt(int arg0) - Specified by:
charAtin interfaceCharSequence
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein 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()
-