public class Stereotype extends Object implements CharSequence, Hideable
| Constructor and Description |
|---|
Stereotype(String label) |
Stereotype(String label,
boolean automaticPackageStyle) |
Stereotype(String label,
double radius,
UFont circledFont,
boolean automaticPackageStyle,
IHtmlColorSet htmlColorSet) |
Stereotype(String label,
double radius,
UFont circledFont,
IHtmlColorSet htmlColorSet) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int arg0) |
char |
getCharacter() |
UFont |
getCircledFont() |
HtmlColor |
getHtmlColor() |
String |
getLabel(boolean withGuillement) |
List<String> |
getLabels(boolean useGuillemet) |
List<String> |
getMultipleLabels() |
PackageStyle |
getPackageStyle() |
double |
getRadius() |
String |
getSprite() |
boolean |
isHidden() |
boolean |
isSpotted() |
boolean |
isWithOOSymbol() |
int |
length() |
CharSequence |
subSequence(int arg0,
int arg1) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic Stereotype(String label, double radius, UFont circledFont, IHtmlColorSet htmlColorSet)
public Stereotype(String label, double radius, UFont circledFont, boolean automaticPackageStyle, IHtmlColorSet htmlColorSet)
public Stereotype(String label)
public Stereotype(String label, boolean automaticPackageStyle)
public HtmlColor getHtmlColor()
public char getCharacter()
public final String getSprite()
public boolean isWithOOSymbol()
public boolean isSpotted()
public String toString()
toString in interface CharSequencetoString in class Objectpublic char charAt(int arg0)
charAt in interface CharSequencepublic int length()
length in interface CharSequencepublic CharSequence subSequence(int arg0, int arg1)
subSequence in interface CharSequencepublic double getRadius()
public final UFont getCircledFont()
public String getLabel(boolean withGuillement)
public PackageStyle getPackageStyle()
Copyright © 2017. All rights reserved.