public class Ink
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
java.lang.String |
getAlias()
Another name for this colorant.
|
double |
getAngle()
The angle for this ink.
|
double |
getBlack()
Values for display of a colorswatch in a CMYK color space.
|
int |
getBlue()
RGB values for on-screen display of a colorswatch.
|
java.lang.String |
getColorantName()
The name of the colorant from the Separation or DeviceN color space, or the process color name.
|
byte[] |
getColorantNameArray()
The name of the colorant from the Separation or DeviceN color space, or the process color name.
|
double |
getCyan()
Values for display of a colorswatch in a CMYK color space.
|
double |
getDensity()
The density for this ink.
|
double |
getFrequency()
The frequency for this ink.
|
int |
getGreen()
RGB values for on-screen display of a colorswatch.
|
InkTypes |
getInkType()
The ink type of this ink for trapping.
|
boolean |
getIsProcessColor()
True if this is a process color, false if this is a spot color.
|
double |
getMagenta()
Values for display of a colorswatch in a CMYK color space.
|
SeparationPreviewOptions |
getPreviewOption()
How to handle the colorant for a separation preview.
|
int |
getRed()
RGB values for on-screen display of a colorswatch.
|
double |
getYellow()
Values for display of a colorswatch in a CMYK color space.
|
void |
setAlias(java.lang.String theAlias)
Another name for this colorant.
|
void |
setAngle(double theAngle)
The angle for this ink.
|
void |
setColorantName(java.lang.String theColorantName)
The name of the colorant from the Separation or DeviceN color space, or the process color name.
|
void |
setDensity(double theDensity)
The density for this ink.
|
void |
setFrequency(double theFrequency)
The frequency for this ink.
|
void |
setInkType(InkTypes theInkType)
The ink type of this ink for trapping.
|
void |
setIsProcessColor(boolean theSetting)
True if this is a process color, false if this is a spot color.
|
void |
setPreviewOption(SeparationPreviewOptions thePreviewOption)
How to handle the colorant for a separation preview.
|
public void delete()
public byte[] getColorantNameArray()
public java.lang.String getColorantName()
public void setColorantName(java.lang.String theColorantName)
public boolean getIsProcessColor()
public void setIsProcessColor(boolean theSetting)
public double getFrequency()
public void setFrequency(double theFrequency)
public double getAngle()
public void setAngle(double theAngle)
public double getDensity()
public void setDensity(double theDensity)
public InkTypes getInkType()
public void setInkType(InkTypes theInkType)
public SeparationPreviewOptions getPreviewOption()
public void setPreviewOption(SeparationPreviewOptions thePreviewOption)
public java.lang.String getAlias()
public void setAlias(java.lang.String theAlias)
public int getRed()
public int getGreen()
public int getBlue()
public double getCyan()
public double getMagenta()
public double getYellow()
public double getBlack()