Package com.itextpdf.text.pdf
Class DeviceNColor
- java.lang.Object
-
- com.itextpdf.text.BaseColor
-
- com.itextpdf.text.pdf.ExtendedColor
-
- com.itextpdf.text.pdf.DeviceNColor
-
public class DeviceNColor extends ExtendedColor
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PdfDeviceNColor
pdfDeviceNColor
(package private) float[]
tints
-
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 DeviceNColor(PdfDeviceNColor pdfDeviceNColor, float[] tints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
PdfDeviceNColor
getPdfDeviceNColor()
float[]
getTints()
int
hashCode()
-
Methods inherited from class com.itextpdf.text.pdf.ExtendedColor
getType, getType, normalize
-
-
-
-
Field Detail
-
pdfDeviceNColor
PdfDeviceNColor pdfDeviceNColor
-
tints
float[] tints
-
-
Constructor Detail
-
DeviceNColor
public DeviceNColor(PdfDeviceNColor pdfDeviceNColor, float[] tints)
-
-
Method Detail
-
getPdfDeviceNColor
public PdfDeviceNColor getPdfDeviceNColor()
-
getTints
public float[] getTints()
-
-