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:
StringAnother name for this colorant.
getAngle
doublegetAngle()Returns:
doubleThe angle for this ink. The angle must be greater than or equal to zero. The default is 45.0.
getColorantName
StringgetColorantName()Returns:
StringThe name of the colorant from the Separation or DeviceN color space, or the process color name.
getDensity
doublegetDensity()Returns:
doubleThe 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:
doubleThe frequency for this ink. The frequency must be greater than zero. The default is 60.0.
getInkType
InkTypesgetInkType()Returns:
InkTypesThe ink type of this ink for trapping. The default is Normal.
getPreviewOption
SeparationPreviewOptionsgetPreviewOption()Returns:
SeparationPreviewOptionsHow to handle the colorant for a separation preview. The default is EmitPlate.
setAlias
voidsetAlias(StringtheAlias)Parameters
theAlias: String
Returns:
voidAnother name for this colorant.
setAngle
voidsetAngle(doubletheAngle)Parameters
theAngle: double
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: String
Returns:
voidThe name of the colorant from the Separation or DeviceN color space, or the process color name.
setDensity
voidsetDensity(doubletheDensity)Parameters
theDensity: double
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: double
Returns:
voidThe frequency for this ink. The frequency must be greater than zero. The default is 60.0.
setInkType
voidsetInkType(InkTypestheInkType)Parameters
theInkType: InkTypes
Returns:
voidThe ink type of this ink for trapping. The default is Normal.
setPreviewOption
voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)Parameters
thePreviewOption: SeparationPreviewOptions
Returns:
voidHow to handle the colorant for a separation preview. The default is EmitPlate.