SeparationPlate Class Documentation
classSeparationPlateNamespace:com::datalogics::PDFL
Detailed Description
Represents a plate for making print separations.Used with PostScript.
Referenced by
Uses types
Constructor & Destructor Documentation
SeparationPlate
SeparationPlate(Inkcolorant)Parameters
colorant: Ink
SeparationPlate
SeparationPlate(Inkcolorant, java.io.OutputStreamepsOutput)Parameters
colorant: InkA colorant to use for this SeparationPlate.
epsOutput: java.io.OutputStreamA java.io.OutputStream which will receive the EPS output for this SeparationPlate.
General constructor
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()assignNozzleInternal
voidassignNozzleInternal(BaseOutputNozzlen)Parameters
Returns:
voidFor internal use only. Used by the native language constructors to set _epsStm.
delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetAlias
StringgetAlias()Returns:
The alias name for this colorant.Another name for this colorant.
getAngle
doublegetAngle()Returns:
The halftone screen angle for this ink, in degrees.The angle for this ink. The angle must be greater than or equal to zero. The default is 45.0.
getColorantName
StringgetColorantName()Returns:
The colorant name for this separation plate.The name of the colorant from the Separation or DeviceN color space, or the process color name.
getDensity
doublegetDensity()Returns:
The density value for this ink.The density for this ink. The density must be greater than zero. The default is 1.0.
getEPSOutput
java.io.OutputStreamgetEPSOutput()Returns:
java.io.OutputStreamThe java.io.OutputStream that will receive EPS output for this SeparationPlate.
getFrequency
doublegetFrequency()Returns:
The halftone screen frequency for this ink.The frequency for this ink. The frequency must be greater than zero. The default is 60.0.
getInkType
InkTypesgetInkType()Returns:
The ink type for this separation plate.The ink type of this ink for trapping. The default is Normal.
getPreviewOption
SeparationPreviewOptionsgetPreviewOption()Returns:
The preview option for this separation plate.How to handle the colorant for a separation preview. The default is EmitPlate.
setAlias
voidsetAlias(StringtheAlias)Parameters
theAlias: StringThe alias name to assign to this colorant.
Returns:
voidAnother name for this colorant.
setAngle
voidsetAngle(doubletheAngle)Parameters
theAngle: doubleThe halftone screen angle to assign to this ink, in degrees.
Returns:
voidThe angle for this ink. The angle must be greater than or equal to zero. The default is 45.0.
setColorantName
voidsetColorantName(StringtheColorantName)Parameters
theColorantName: StringThe colorant name to assign to this separation plate.
Returns:
voidThe name of the colorant from the Separation or DeviceN color space, or the process color name.
setDensity
voidsetDensity(doubletheDensity)Parameters
theDensity: doubleThe density value to assign to this ink.
Returns:
voidThe density for this ink. The density must be greater than zero. The default is 1.0.
setEPSOutput
voidsetEPSOutput(java.io.OutputStreams)Parameters
s: java.io.OutputStream
Returns:
voidThe java.io.OutputStream that will receive EPS output for this SeparationPlate.
setFrequency
voidsetFrequency(doubletheFrequency)Parameters
theFrequency: doubleThe halftone screen frequency to assign to this ink.
Returns:
voidThe frequency for this ink. The frequency must be greater than zero. The default is 60.0.
setInkType
voidsetInkType(InkTypestheInkType)Parameters
theInkType: InkTypesThe ink type to assign to this separation plate.
Returns:
voidThe ink type of this ink for trapping. The default is Normal.
setPreviewOption
voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)Parameters
thePreviewOption: SeparationPreviewOptionsThe preview option to assign to this separation plate.
Returns:
voidHow to handle the colorant for a separation preview. The default is EmitPlate.