Package com.itextpdf.text.pdf
Class PdfDeviceNColor
java.lang.Object
com.itextpdf.text.pdf.PdfDeviceNColor
- All Implemented Interfaces:
ICachedColorSpace
,IPdfSpecialColorSpace
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ColorDetails[]
(package private) PdfSpotColor[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getColorantDetails
(PdfWriter writer) int
getPdfObject
(PdfWriter writer) int
hashCode()
-
Field Details
-
spotColors
PdfSpotColor[] spotColors -
colorantsDetails
ColorDetails[] colorantsDetails
-
-
Constructor Details
-
PdfDeviceNColor
-
-
Method Details
-
getNumberOfColorants
public int getNumberOfColorants() -
getSpotColors
-
getColorantDetails
- Specified by:
getColorantDetails
in interfaceIPdfSpecialColorSpace
-
getPdfObject
- Specified by:
getPdfObject
in interfaceICachedColorSpace
-
equals
- Specified by:
equals
in interfaceICachedColorSpace
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceICachedColorSpace
- Overrides:
hashCode
in classObject
-