Package com.itextpdf.text.pdf
Class PdfDeviceNColor
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfDeviceNColor
-
- All Implemented Interfaces:
ICachedColorSpace
,IPdfSpecialColorSpace
public class PdfDeviceNColor extends Object implements ICachedColorSpace, IPdfSpecialColorSpace
-
-
Constructor Summary
Constructors Constructor Description PdfDeviceNColor(PdfSpotColor[] spotColors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
com.itextpdf.text.pdf.ColorDetails[]
getColorantDetails(PdfWriter writer)
int
getNumberOfColorants()
PdfObject
getPdfObject(PdfWriter writer)
PdfSpotColor[]
getSpotColors()
int
hashCode()
-
-
-
Constructor Detail
-
PdfDeviceNColor
public PdfDeviceNColor(PdfSpotColor[] spotColors)
-
-
Method Detail
-
getNumberOfColorants
public int getNumberOfColorants()
-
getSpotColors
public PdfSpotColor[] getSpotColors()
-
getColorantDetails
public com.itextpdf.text.pdf.ColorDetails[] getColorantDetails(PdfWriter writer)
- Specified by:
getColorantDetails
in interfaceIPdfSpecialColorSpace
-
getPdfObject
public PdfObject getPdfObject(PdfWriter writer)
- Specified by:
getPdfObject
in interfaceICachedColorSpace
-
equals
public boolean equals(Object o)
- Specified by:
equals
in interfaceICachedColorSpace
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceICachedColorSpace
- Overrides:
hashCode
in classObject
-
-