Class Stereotype

  • All Implemented Interfaces:
    java.lang.CharSequence

    public class Stereotype
    extends java.lang.Object
    implements java.lang.CharSequence
    • Constructor Detail

      • Stereotype

        public Stereotype​(java.lang.String label,
                          double radius,
                          UFont circledFont,
                          IHtmlColorSet htmlColorSet)
      • Stereotype

        public Stereotype​(java.lang.String label,
                          double radius,
                          UFont circledFont,
                          boolean automaticPackageStyle,
                          IHtmlColorSet htmlColorSet)
      • Stereotype

        public Stereotype​(java.lang.String label)
      • Stereotype

        public Stereotype​(java.lang.String label,
                          boolean automaticPackageStyle)
    • Method Detail

      • getHtmlColor

        public HtmlColor getHtmlColor()
      • getCharacter

        public char getCharacter()
      • getSprite

        public final java.lang.String getSprite()
      • isWithOOSymbol

        public boolean isWithOOSymbol()
      • getMultipleLabels

        public java.util.List<java.lang.String> getMultipleLabels()
      • isSpotted

        public boolean isSpotted()
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface java.lang.CharSequence
        Overrides:
        toString in class java.lang.Object
      • charAt

        public char charAt​(int arg0)
        Specified by:
        charAt in interface java.lang.CharSequence
      • length

        public int length()
        Specified by:
        length in interface java.lang.CharSequence
      • subSequence

        public java.lang.CharSequence subSequence​(int arg0,
                                                  int arg1)
        Specified by:
        subSequence in interface java.lang.CharSequence
      • getRadius

        public double getRadius()
      • getCircledFont

        public final UFont getCircledFont()
      • getLabel

        public java.lang.String getLabel​(boolean withGuillement)
      • getLabels

        public java.util.List<java.lang.String> getLabels​(boolean useGuillemet)
      • isBiddableOrUncertain

        public boolean isBiddableOrUncertain()
      • isCausal

        public boolean isCausal()
      • isLexicalOrGiven

        public boolean isLexicalOrGiven()
      • isDesignedOrSolved

        public boolean isDesignedOrSolved()
      • isMachineOrSpecification

        public boolean isMachineOrSpecification()