com.itextpdf.text.pdf
Class PdfDeviceNColor

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfDeviceNColor
All Implemented Interfaces:
ICachedColorSpace, IPdfSpecialColorSpace

public class PdfDeviceNColor
extends Object
implements ICachedColorSpace, IPdfSpecialColorSpace


Constructor Summary
PdfDeviceNColor(PdfSpotColor[] spotColors)
           
 
Method Summary
 boolean equals(Object o)
           
 com.itextpdf.text.pdf.ColorDetails[] getColorantDetails(PdfWriter writer)
           
 int getNumberOfColorants()
           
 PdfObject getPdfObject(PdfWriter writer)
           
 PdfSpotColor[] getSpotColors()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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 interface IPdfSpecialColorSpace

getPdfObject

public PdfObject getPdfObject(PdfWriter writer)
Specified by:
getPdfObject in interface ICachedColorSpace

equals

public boolean equals(Object o)
Specified by:
equals in interface ICachedColorSpace
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface ICachedColorSpace
Overrides:
hashCode in class Object


Copyright © 2014. All Rights Reserved.