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:
StringAnother name for this colorant.
getAngle
doublegetAngle()Returns:
doubleThe angle for this ink.
getBlack
doublegetBlack()Returns:
doubleValues for display of a colorswatch in a CMYK color space.
getBlue
intgetBlue()Returns:
intRGB values for on-screen display of a colorswatch.
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 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:
doubleValues for display of a colorswatch in a CMYK color space.
getDensity
doublegetDensity()Returns:
doubleThe density for this ink.
getFrequency
doublegetFrequency()Returns:
doubleThe frequency for this ink.
getGreen
intgetGreen()Returns:
intRGB values for on-screen display of a colorswatch.
getInkType
InkTypesgetInkType()Returns:
InkTypesThe ink type of this ink for trapping.
getIsProcessColor
booleangetIsProcessColor()Returns:
booleanTrue if this is a process color, false if this is a spot color.
getMagenta
doublegetMagenta()Returns:
doubleValues for display of a colorswatch in a CMYK color space.
getPreviewOption
SeparationPreviewOptionsgetPreviewOption()Returns:
SeparationPreviewOptionsHow to handle the colorant for a separation preview.
getRed
intgetRed()Returns:
intRGB values for on-screen display of a colorswatch.
getYellow
doublegetYellow()Returns:
doubleValues for display of a colorswatch in a CMYK color space.
setAlias
voidsetAlias(StringtheAlias)Parameters
theAlias: String
Returns:
voidAnother name for this colorant.
setAngle
voidsetAngle(doubletheAngle)Parameters
theAngle: double
Returns:
voidThe angle for this ink.
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.
setFrequency
voidsetFrequency(doubletheFrequency)Parameters
theFrequency: double
Returns:
voidThe frequency for this ink.
setInkType
voidsetInkType(InkTypestheInkType)Parameters
theInkType: InkTypes
Returns:
voidThe ink type of this ink for trapping.
setIsProcessColor
voidsetIsProcessColor(booleantheSetting)Parameters
theSetting: boolean
Returns:
voidTrue if this is a process color, false if this is a spot color.
setPreviewOption
voidsetPreviewOption(SeparationPreviewOptionsthePreviewOption)Parameters
thePreviewOption: SeparationPreviewOptions
Returns:
voidHow to handle the colorant for a separation preview.