Package com.datalogics.PDFL
Class Ink
java.lang.Object
com.datalogics.PDFL.Ink
The ink object represents the color in the color space, CYMK or RGB.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()getAlias()Another name for this colorant.doublegetAngle()The angle for this ink.doublegetBlack()Values for display of a colorswatch in a CMYK color space.intgetBlue()RGB values for on-screen display of a colorswatch.The name of the colorant from the Separation or DeviceN color space, or the process color name.byte[]The name of the colorant from the Separation or DeviceN color space, or the process color name.doublegetCyan()Values for display of a colorswatch in a CMYK color space.doubleThe density for this ink.doubleThe frequency for this ink.intgetGreen()RGB values for on-screen display of a colorswatch.The ink type of this ink for trapping.booleanTrue if this is a process color, false if this is a spot color.doubleValues for display of a colorswatch in a CMYK color space.How to handle the colorant for a separation preview.intgetRed()RGB values for on-screen display of a colorswatch.doubleValues for display of a colorswatch in a CMYK color space.voidAnother name for this colorant.voidsetAngle(double theAngle) The angle for this ink.voidsetColorantName(String theColorantName) The name of the colorant from the Separation or DeviceN color space, or the process color name.voidsetDensity(double theDensity) The density for this ink.voidsetFrequency(double theFrequency) The frequency for this ink.voidsetInkType(InkTypes theInkType) The ink type of this ink for trapping.voidsetIsProcessColor(boolean theSetting) True if this is a process color, false if this is a spot color.voidsetPreviewOption(SeparationPreviewOptions thePreviewOption) How to handle the colorant for a separation preview.
-
Method Details
-
delete
public void delete() -
getColorantNameArray
public byte[] getColorantNameArray()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. -
getColorantName
The name of the colorant from the Separation or DeviceN color space, or the process color name. -
setColorantName
The name of the colorant from the Separation or DeviceN color space, or the process color name. -
getIsProcessColor
public boolean getIsProcessColor()True if this is a process color, false if this is a spot color. -
setIsProcessColor
public void setIsProcessColor(boolean theSetting) True if this is a process color, false if this is a spot color. -
getFrequency
public double getFrequency()The frequency for this ink. -
setFrequency
public void setFrequency(double theFrequency) The frequency for this ink. -
getAngle
public double getAngle()The angle for this ink. -
setAngle
public void setAngle(double theAngle) The angle for this ink. -
getDensity
public double getDensity()The density for this ink. -
setDensity
public void setDensity(double theDensity) The density for this ink. -
getInkType
The ink type of this ink for trapping. -
setInkType
The ink type of this ink for trapping. -
getPreviewOption
How to handle the colorant for a separation preview. -
setPreviewOption
How to handle the colorant for a separation preview. -
getAlias
Another name for this colorant. -
setAlias
Another name for this colorant. -
getRed
public int getRed()RGB values for on-screen display of a colorswatch. -
getGreen
public int getGreen()RGB values for on-screen display of a colorswatch. -
getBlue
public int getBlue()RGB values for on-screen display of a colorswatch. -
getCyan
public double getCyan()Values for display of a colorswatch in a CMYK color space. -
getMagenta
public double getMagenta()Values for display of a colorswatch in a CMYK color space. -
getYellow
public double getYellow()Values for display of a colorswatch in a CMYK color space. -
getBlack
public double getBlack()Values for display of a colorswatch in a CMYK color space.
-