| Modifier and Type | Method and Description |
|---|---|
InkTypes |
Ink.getInkType()
The ink type of this ink for trapping.
|
InkTypes |
SeparationPlate.getInkType()
The ink type of this ink for trapping.
|
static InkTypes |
InkTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InkTypes[] |
InkTypes.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.setInkType(InkTypes theInkType)
The ink type of this ink for trapping.
|
void |
SeparationPlate.setInkType(InkTypes theInkType)
The ink type of this ink for trapping.
|