| Modifier and Type | Method and Description |
|---|---|
ColorConvertObjAttrs |
ColorConvertActions.getMustMatchAllAttrs()
A bit field that gets / sets the attributes an element must match to be color converted. The element must match ALL these attributes to be color converted.
|
ColorConvertObjAttrs |
ColorConvertActions.getMustMatchAnyAttrs()
A bit field that gets / sets the attributes an element must match to be color converted. The element can match ONE OR MORE of these attributes to be color converted.
|
static ColorConvertObjAttrs |
ColorConvertObjAttrs.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorConvertObjAttrs[] |
ColorConvertObjAttrs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorConvertActions.setMustMatchAllAttrs(ColorConvertObjAttrs newAttrs) |
void |
ColorConvertActions.setMustMatchAnyAttrs(ColorConvertObjAttrs newAttrs) |