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:

String

Another name for this colorant.

getAngle

doublegetAngle()

Returns:

double

The angle for this ink. The angle must be greater than or equal to zero. The default is 45.0.

getColorantName

StringgetColorantName()

Returns:

String

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

getDensity

doublegetDensity()

Returns:

double

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:

double

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

getInkType

InkTypesgetInkType()

Returns:

InkTypes

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

getPreviewOption

SeparationPreviewOptionsgetPreviewOption()

Returns:

SeparationPreviewOptions

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

setAlias

voidsetAlias(StringtheAlias)

Parameters

theAlias: String

Returns:

void

Another name for this colorant.

setAngle

voidsetAngle(doubletheAngle)

Parameters

theAngle: double

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

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

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

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

Returns:

void

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

setPreviewOption

voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)

Parameters

thePreviewOption: SeparationPreviewOptions

Returns:

void

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