Ink Class Documentation

classInk

Namespace:com::datalogics::PDFL

Detailed Description

The ink object represents the color in the color space, CYMK or RGB.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

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.

getBlack

doublegetBlack()

Returns:

double

Values for display of a colorswatch in a CMYK color space.

getBlue

intgetBlue()

Returns:

int

RGB values for on-screen display of a colorswatch.

getColorantName

StringgetColorantName()

Returns:

String

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

getColorantNameArray

byte[]getColorantNameArray()

Returns:

byte[]

The name of the colorant from the Separation or DeviceN color space, or the process color name. NOTE: This property is suitable for retrieving the name when the ColorantName can't be retrieved as a string.

getCyan

doublegetCyan()

Returns:

double

Values for display of a colorswatch in a CMYK color space.

getDensity

doublegetDensity()

Returns:

double

The density for this ink.

getFrequency

doublegetFrequency()

Returns:

double

The frequency for this ink.

getGreen

intgetGreen()

Returns:

int

RGB values for on-screen display of a colorswatch.

getInkType

InkTypesgetInkType()

Returns:

InkTypes

The ink type of this ink for trapping.

getIsProcessColor

booleangetIsProcessColor()

Returns:

boolean

True if this is a process color, false if this is a spot color.

getMagenta

doublegetMagenta()

Returns:

double

Values for display of a colorswatch in a CMYK color space.

getPreviewOption

SeparationPreviewOptionsgetPreviewOption()

Returns:

SeparationPreviewOptions

How to handle the colorant for a separation preview.

getRed

intgetRed()

Returns:

int

RGB values for on-screen display of a colorswatch.

getYellow

doublegetYellow()

Returns:

double

Values for display of a colorswatch in a CMYK color space.

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.

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.

setFrequency

voidsetFrequency(doubletheFrequency)

Parameters

theFrequency: double

Returns:

void

The frequency for this ink.

setInkType

voidsetInkType(InkTypestheInkType)

Parameters

theInkType: InkTypes

Returns:

void

The ink type of this ink for trapping.

setIsProcessColor

voidsetIsProcessColor(booleantheSetting)

Parameters

theSetting: boolean

Returns:

void

True if this is a process color, false if this is a spot color.

setPreviewOption

voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)

Parameters

thePreviewOption: SeparationPreviewOptions

Returns:

void

How to handle the colorant for a separation preview.