public enum ColorParam extends java.lang.Enum<ColorParam>
Modifier and Type | Method and Description |
---|---|
ColorType |
getColorType() |
HColor |
getDefaultValue() |
protected boolean |
isBackground() |
static ColorParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorParam background
public static final ColorParam hyperlink
public static final ColorParam activityBackground
public static final ColorParam activityBorder
public static final ColorParam classBackground
public static final ColorParam classBorder
public static final ColorParam arrowHead
public static final ColorParam stateBorder
public static final ColorParam noteBackground
public static final ColorParam noteBorder
public static final ColorParam diagramBorder
public static final ColorParam actorBackground
public static final ColorParam actorBorder
public static final ColorParam sequenceGroupBodyBackground
public static final ColorParam sequenceReferenceHeaderBackground
public static final ColorParam sequenceReferenceBackground
public static final ColorParam sequenceLifeLineBorder
public static final ColorParam sequenceNewpageSeparator
public static final ColorParam sequenceBoxBorder
public static final ColorParam iconPrivate
public static final ColorParam iconPrivateBackground
public static final ColorParam iconPackage
public static final ColorParam iconPackageBackground
public static final ColorParam iconProtected
public static final ColorParam iconProtectedBackground
public static final ColorParam iconPublic
public static final ColorParam iconPublicBackground
public static final ColorParam iconIEMandatory
public static final ColorParam arrowLollipop
public static final ColorParam machineBackground
public static final ColorParam machineBorder
public static final ColorParam requirementBackground
public static final ColorParam requirementBorder
public static final ColorParam designedBackground
public static final ColorParam designedBorder
public static final ColorParam domainBackground
public static final ColorParam domainBorder
public static final ColorParam lexicalBackground
public static final ColorParam lexicalBorder
public static final ColorParam biddableBackground
public static final ColorParam biddableBorder
public static ColorParam[] values()
for (ColorParam c : ColorParam.values()) System.out.println(c);
public static ColorParam valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullprotected boolean isBackground()
public final HColor getDefaultValue()
public ColorType getColorType()