Constructor and Description |
---|
Stereotype(java.lang.String label) |
Stereotype(java.lang.String label,
boolean automaticPackageStyle) |
Stereotype(java.lang.String label,
double radius,
UFont circledFont,
boolean automaticPackageStyle,
IHtmlColorSet htmlColorSet) |
Stereotype(java.lang.String label,
double radius,
UFont circledFont,
IHtmlColorSet htmlColorSet) |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int arg0) |
char |
getCharacter() |
UFont |
getCircledFont() |
HtmlColor |
getHtmlColor() |
java.lang.String |
getLabel(boolean withGuillement) |
java.util.List<java.lang.String> |
getLabels(boolean useGuillemet) |
PackageStyle |
getPackageStyle() |
double |
getRadius() |
java.lang.String |
getSprite() |
boolean |
isHidden() |
boolean |
isSpotted() |
boolean |
isWithOOSymbol() |
int |
length() |
java.lang.CharSequence |
subSequence(int arg0,
int arg1) |
java.lang.String |
toString() |
public Stereotype(java.lang.String label, double radius, UFont circledFont, IHtmlColorSet htmlColorSet)
public Stereotype(java.lang.String label, double radius, UFont circledFont, boolean automaticPackageStyle, IHtmlColorSet htmlColorSet)
public Stereotype(java.lang.String label)
public Stereotype(java.lang.String label, boolean automaticPackageStyle)
public HtmlColor getHtmlColor()
public char getCharacter()
public final java.lang.String getSprite()
public boolean isWithOOSymbol()
public java.lang.String getLabel(boolean withGuillement)
public boolean isSpotted()
public java.lang.String toString()
toString
in interface java.lang.CharSequence
toString
in class java.lang.Object
public char charAt(int arg0)
charAt
in interface java.lang.CharSequence
public int length()
length
in interface java.lang.CharSequence
public java.lang.CharSequence subSequence(int arg0, int arg1)
subSequence
in interface java.lang.CharSequence
public double getRadius()
public final UFont getCircledFont()
public java.util.List<java.lang.String> getLabels(boolean useGuillemet)
public PackageStyle getPackageStyle()