| Modifier and Type | Method and Description |
|---|---|
ColorConvertCSpaceType |
ColorConvertActions.getMustMatchAllCSAttrs()
A bit field that gets / sets the Color Space attributes an object must match to be color converted. The element must match ALL these Color Space attributes to be color converted.
|
ColorConvertCSpaceType |
ColorConvertActions.getMustMatchAnyCSAttrs()
A bit field that gets / sets the Color Space attributes an object must match to be color converted. The element can match ONE OR MORE Color Space attributes to be color converted.
|
static ColorConvertCSpaceType |
ColorConvertCSpaceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorConvertCSpaceType[] |
ColorConvertCSpaceType.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.setMustMatchAllCSAttrs(ColorConvertCSpaceType newCSAttrs) |
void |
ColorConvertActions.setMustMatchAnyCSAttrs(ColorConvertCSpaceType newCSAttrs) |