SeparationPlate Class Documentation

classSeparationPlate

Namespace:com::datalogics::PDFL

Detailed Description

Represents a plate for making print separations.Used with PostScript.

Constructor & Destructor Documentation

SeparationPlate

SeparationPlate(Inkcolorant)

Parameters

colorant: Ink

SeparationPlate

SeparationPlate(Inkcolorant, java.io.OutputStreamepsOutput)

Parameters

colorant: Ink

A colorant to use for this SeparationPlate.

epsOutput: java.io.OutputStream

A 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:

void

For internal use only. Used by the native language constructors to set _epsStm.

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getAlias

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.OutputStream

The 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: String

The alias name to assign to this colorant.

Returns:

void

Another name for this colorant.

setAngle

voidsetAngle(doubletheAngle)

Parameters

theAngle: double

The halftone screen angle to assign to this ink, in degrees.

Returns:

void

The 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

The colorant name to assign to this separation plate.

Returns:

void

The name of the colorant from the Separation or DeviceN color space, or the process color name.

setDensity

voidsetDensity(doubletheDensity)

Parameters

theDensity: double

The density value to assign to this ink.

Returns:

void

The 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:

void

The java.io.OutputStream that will receive EPS output for this SeparationPlate.

setFrequency

voidsetFrequency(doubletheFrequency)

Parameters

theFrequency: double

The halftone screen frequency to assign to this ink.

Returns:

void

The frequency for this ink. The frequency must be greater than zero. The default is 60.0.

setInkType

voidsetInkType(InkTypestheInkType)

Parameters

theInkType: InkTypes

The ink type to assign to this separation plate.

Returns:

void

The ink type of this ink for trapping. The default is Normal.

setPreviewOption

voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)

Parameters

thePreviewOption: SeparationPreviewOptions

The preview option to assign to this separation plate.

Returns:

void

How to handle the colorant for a separation preview. The default is EmitPlate.