| Modifier and Type | Method and Description |
|---|---|
SeparationPreviewOptions |
Ink.getPreviewOption()
How to handle the colorant for a separation preview.
|
SeparationPreviewOptions |
SeparationPlate.getPreviewOption()
How to handle the colorant for a separation preview.
|
static SeparationPreviewOptions |
SeparationPreviewOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeparationPreviewOptions[] |
SeparationPreviewOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ink.setPreviewOption(SeparationPreviewOptions thePreviewOption)
How to handle the colorant for a separation preview.
|
void |
SeparationPlate.setPreviewOption(SeparationPreviewOptions thePreviewOption)
How to handle the colorant for a separation preview.
|