Enum Class ColorParam

java.lang.Object
java.lang.Enum<ColorParam>
net.sourceforge.plantuml.skin.ColorParam
All Implemented Interfaces:
Serializable, Comparable<ColorParam>, Constable

public enum ColorParam extends Enum<ColorParam>
  • Enum Constant Details

    • background

      public static final ColorParam background
    • 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 Details

    • values

      public static ColorParam[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ColorParam valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isBackground

      protected boolean isBackground()
    • getDefaultValue

      public final HColor getDefaultValue()
    • getColorType

      public ColorType getColorType()