Package com.itextpdf.text.pdf
Class SpotColor
- java.lang.Object
-
- com.itextpdf.text.BaseColor
-
- com.itextpdf.text.pdf.ExtendedColor
-
- com.itextpdf.text.pdf.SpotColor
-
public class SpotColor extends ExtendedColor
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
(package private) PdfSpotColor
spot
(package private) float
tint
-
Fields inherited from class com.itextpdf.text.pdf.ExtendedColor
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING
-
-
Constructor Summary
Constructors Constructor Description SpotColor(PdfSpotColor spot, float tint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
PdfSpotColor
getPdfSpotColor()
float
getTint()
int
hashCode()
-
Methods inherited from class com.itextpdf.text.pdf.ExtendedColor
getType, getType, normalize
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
spot
PdfSpotColor spot
-
tint
float tint
-
-
Constructor Detail
-
SpotColor
public SpotColor(PdfSpotColor spot, float tint)
-
-
Method Detail
-
getPdfSpotColor
public PdfSpotColor getPdfSpotColor()
-
getTint
public float getTint()
-
-