public class SeparationPlate
extends java.lang.Object
| Constructor and Description |
|---|
SeparationPlate(Ink colorant,
java.io.OutputStream epsOutput)
General constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
java.lang.String |
getAlias()
Another name for this colorant.
|
double |
getAngle()
The angle for this ink.
|
java.lang.String |
getColorantName()
The name of the colorant from the Separation or DeviceN color space, or the process color name.
|
double |
getDensity()
The density for this ink.
|
java.io.OutputStream |
getEPSOutput()
The java.io.OutputStream that will receive EPS output for this SeparationPlate.
|
double |
getFrequency()
The frequency for this ink.
|
InkTypes |
getInkType()
The ink type of this ink for trapping.
|
SeparationPreviewOptions |
getPreviewOption()
How to handle the colorant for a separation preview.
|
void |
setAlias(java.lang.String theAlias)
Another name for this colorant.
|
void |
setAngle(double theAngle)
The angle for this ink.
|
void |
setColorantName(java.lang.String theColorantName)
The name of the colorant from the Separation or DeviceN color space, or the process color name.
|
void |
setDensity(double theDensity)
The density for this ink.
|
void |
setEPSOutput(java.io.OutputStream s)
The java.io.OutputStream that will receive EPS output for this SeparationPlate.
|
void |
setFrequency(double theFrequency)
The frequency for this ink.
|
void |
setInkType(InkTypes theInkType)
The ink type of this ink for trapping.
|
void |
setPreviewOption(SeparationPreviewOptions thePreviewOption)
How to handle the colorant for a separation preview.
|
public SeparationPlate(Ink colorant, java.io.OutputStream epsOutput)
colorant - A colorant to use for this SeparationPlate.epsOutput - A java.io.OutputStream which will receive the EPS output for this SeparationPlate.public void delete()
public java.io.OutputStream getEPSOutput()
public void setEPSOutput(java.io.OutputStream s)
public java.lang.String getColorantName()
public void setColorantName(java.lang.String theColorantName)
public double getFrequency()
public void setFrequency(double theFrequency)
public double getAngle()
public void setAngle(double theAngle)
public double getDensity()
public void setDensity(double theDensity)
public InkTypes getInkType()
public void setInkType(InkTypes theInkType)
public SeparationPreviewOptions getPreviewOption()
public void setPreviewOption(SeparationPreviewOptions thePreviewOption)
public java.lang.String getAlias()
public void setAlias(java.lang.String theAlias)