public class SpotColor extends ExtendedColor
| Modifier and Type | Field and Description |
|---|---|
(package private) PdfSpotColor |
spot |
(package private) float |
tint |
type, TYPE_CMYK, TYPE_GRAY, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING| Constructor and Description |
|---|
SpotColor(PdfSpotColor spot) |
SpotColor(PdfSpotColor spot,
float tint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
PdfSpotColor |
getPdfSpotColor() |
float |
getTint() |
int |
hashCode() |
getType, getType, normalizebrighter, createContext, darker, decode, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, HSBtoRGB, RGBtoHSB, toStringPdfSpotColor spot
float tint
public SpotColor(PdfSpotColor spot, float tint)
public SpotColor(PdfSpotColor spot)
public PdfSpotColor getPdfSpotColor()
public float getTint()
public boolean equals(java.lang.Object obj)
equals in class java.awt.Colorpublic int hashCode()
hashCode in class java.awt.Color