Package com.datalogics.PDFL
Class SeparationPlate
java.lang.Object
com.datalogics.PDFL.SeparationPlate
Represents a plate for making print separations. Used with PostScript.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()getAlias()Another name for this colorant.doublegetAngle()The angle for this ink.The name of the colorant from the Separation or DeviceN color space, or the process color name.doubleThe density for this ink.The java.io.OutputStream that will receive EPS output for this SeparationPlate.doubleThe frequency for this ink.The ink type of this ink for trapping.How to handle the colorant for a separation preview.voidAnother name for this colorant.voidsetAngle(double theAngle) The angle for this ink.voidsetColorantName(String theColorantName) The name of the colorant from the Separation or DeviceN color space, or the process color name.voidsetDensity(double theDensity) The density for this ink.voidThe java.io.OutputStream that will receive EPS output for this SeparationPlate.voidsetFrequency(double theFrequency) The frequency for this ink.voidsetInkType(InkTypes theInkType) The ink type of this ink for trapping.voidsetPreviewOption(SeparationPreviewOptions thePreviewOption) How to handle the colorant for a separation preview.
-
Constructor Details
-
SeparationPlate
General constructor- Parameters:
colorant- A colorant to use for this SeparationPlate.epsOutput- A java.io.OutputStream which will receive the EPS output for this SeparationPlate.
-
-
Method Details
-
delete
public void delete() -
getEPSOutput
The java.io.OutputStream that will receive EPS output for this SeparationPlate. -
setEPSOutput
The java.io.OutputStream that will receive EPS output for this SeparationPlate. -
getColorantName
The name of the colorant from the Separation or DeviceN color space, or the process color name. -
setColorantName
The name of the colorant from the Separation or DeviceN color space, or the process color name. -
getFrequency
public double getFrequency()The frequency for this ink. The frequency must be greater than zero. The default is 60.0. -
setFrequency
public void setFrequency(double theFrequency) The frequency for this ink. The frequency must be greater than zero. The default is 60.0. -
getAngle
public double getAngle()The angle for this ink. The angle must be greater than or equal to zero. The default is 45.0. -
setAngle
public void setAngle(double theAngle) The angle for this ink. The angle must be greater than or equal to zero. The default is 45.0. -
getDensity
public double getDensity()The density for this ink. The density must be greater than zero. The default is 1.0. -
setDensity
public void setDensity(double theDensity) The density for this ink. The density must be greater than zero. The default is 1.0. -
getInkType
The ink type of this ink for trapping. The default is Normal. -
setInkType
The ink type of this ink for trapping. The default is Normal. -
getPreviewOption
How to handle the colorant for a separation preview. The default is EmitPlate. -
setPreviewOption
How to handle the colorant for a separation preview. The default is EmitPlate. -
getAlias
Another name for this colorant. -
setAlias
Another name for this colorant.
-