Ink Class Documentation
classInkNamespace:com::datalogics::PDFL
Detailed Description
The ink object represents the color in the color space, CYMK or RGB.
Referenced by
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetAlias
StringgetAlias()Returns:
StringAn alternate name (alias) for this colorant.
getAngle
doublegetAngle()Returns:
doubleThe halftone screen angle for this ink, in degrees.
getBlack
doublegetBlack()Returns:
doubleThe black component of the CMYK color swatch.
getBlue
intgetBlue()Returns:
intThe blue component of the RGB color swatch for on-screen display.
getColorantName
StringgetColorantName()Returns:
StringThe 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 as a byte array. The name of the colorant from the Separation or DeviceN color space, or the process color name. This property is suitable for retrieving the name when the ColorantName cannot be retrieved as a string.
getCyan
doublegetCyan()Returns:
doubleThe cyan component of the CMYK color swatch.
getDensity
doublegetDensity()Returns:
doubleThe neutral density of this ink.
getFrequency
doublegetFrequency()Returns:
doubleThe halftone screen frequency for this ink, in lines per inch.
getGreen
intgetGreen()Returns:
intThe green component of the RGB color swatch for on-screen display.
getInkType
InkTypesgetInkType()Returns:
InkTypesThe ink type of this ink, used for trapping.
getIsProcessColor
booleangetIsProcessColor()Returns:
booleanWhether this ink represents a process color or a spot color. True if this is a process color, false if this is a spot color.
getMagenta
doublegetMagenta()Returns:
doubleThe magenta component of the CMYK color swatch.
getPreviewOption
SeparationPreviewOptionsgetPreviewOption()Returns:
SeparationPreviewOptionsHow the colorant is handled during a separation preview.
getRed
intgetRed()Returns:
intThe red component of the RGB color swatch for on-screen display.
getYellow
doublegetYellow()Returns:
doubleThe yellow component of the CMYK color swatch.
setAlias
voidsetAlias(StringtheAlias)Parameters
theAlias: String
Returns:
voidAn alternate name (alias) for this colorant.
setAngle
voidsetAngle(doubletheAngle)Parameters
theAngle: double
Returns:
voidThe halftone screen angle for this ink, in degrees.
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 neutral density of this ink.
setFrequency
voidsetFrequency(doubletheFrequency)Parameters
theFrequency: double
Returns:
voidThe halftone screen frequency for this ink, in lines per inch.
setInkType
voidsetInkType(InkTypestheInkType)Parameters
theInkType: InkTypes
Returns:
voidThe ink type of this ink, used for trapping.
setIsProcessColor
voidsetIsProcessColor(booleantheSetting)Parameters
theSetting: boolean
Returns:
voidWhether this ink represents a process color or a spot color. True if this is a process color, false if this is a spot color.
setPreviewOption
voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)Parameters
thePreviewOption: SeparationPreviewOptions
Returns:
voidHow the colorant is handled during a separation preview.