Enum ColorParam

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ColorParam>

    public enum ColorParam
    extends java.lang.Enum<ColorParam>
    • Enum Constant Detail

      • background

        public static final ColorParam background
      • hyperlink

        public static final ColorParam hyperlink
      • activityBackground

        public static final ColorParam activityBackground
      • activityBorder

        public static final ColorParam activityBorder
      • classBackground

        public static final ColorParam classBackground
      • classBorder

        public static final ColorParam classBorder
      • arrowHead

        public static final ColorParam arrowHead
      • stateBorder

        public static final ColorParam stateBorder
      • noteBackground

        public static final ColorParam noteBackground
      • noteBorder

        public static final ColorParam noteBorder
      • diagramBorder

        public static final ColorParam diagramBorder
      • actorBackground

        public static final ColorParam actorBackground
      • actorBorder

        public static final ColorParam actorBorder
      • sequenceGroupBodyBackground

        public static final ColorParam sequenceGroupBodyBackground
      • sequenceReferenceHeaderBackground

        public static final ColorParam sequenceReferenceHeaderBackground
      • sequenceReferenceBackground

        public static final ColorParam sequenceReferenceBackground
      • sequenceLifeLineBorder

        public static final ColorParam sequenceLifeLineBorder
      • sequenceNewpageSeparator

        public static final ColorParam sequenceNewpageSeparator
      • sequenceBoxBorder

        public static final ColorParam sequenceBoxBorder
      • iconPrivate

        public static final ColorParam iconPrivate
      • iconPrivateBackground

        public static final ColorParam iconPrivateBackground
      • iconPackage

        public static final ColorParam iconPackage
      • iconPackageBackground

        public static final ColorParam iconPackageBackground
      • iconProtected

        public static final ColorParam iconProtected
      • iconProtectedBackground

        public static final ColorParam iconProtectedBackground
      • iconPublic

        public static final ColorParam iconPublic
      • iconPublicBackground

        public static final ColorParam iconPublicBackground
      • iconIEMandatory

        public static final ColorParam iconIEMandatory
      • arrowLollipop

        public static final ColorParam arrowLollipop
      • machineBackground

        public static final ColorParam machineBackground
      • machineBorder

        public static final ColorParam machineBorder
      • requirementBackground

        public static final ColorParam requirementBackground
      • requirementBorder

        public static final ColorParam requirementBorder
      • designedBackground

        public static final ColorParam designedBackground
      • designedBorder

        public static final ColorParam designedBorder
      • domainBackground

        public static final ColorParam domainBackground
      • domainBorder

        public static final ColorParam domainBorder
      • lexicalBackground

        public static final ColorParam lexicalBackground
      • lexicalBorder

        public static final ColorParam lexicalBorder
      • biddableBackground

        public static final ColorParam biddableBackground
      • biddableBorder

        public static final ColorParam biddableBorder
    • Method Detail

      • values

        public static ColorParam[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ColorParam c : ColorParam.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ColorParam valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • isBackground

        protected boolean isBackground()
      • getDefaultValue

        public final HColor getDefaultValue()
      • getColorType

        public ColorType getColorType()