Uses of Class
com.itextpdf.text.pdf.PdfSpotColor

Packages that use PdfSpotColor
com.itextpdf.text.pdf   
 

Uses of PdfSpotColor in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfSpotColor
protected  java.util.HashMap<PdfSpotColor,com.itextpdf.text.pdf.ColorDetails> PdfWriter.documentColors
          The colors of this document
 

Methods in com.itextpdf.text.pdf that return PdfSpotColor
 PdfSpotColor SpotColor.getPdfSpotColor()
           
 

Methods in com.itextpdf.text.pdf with parameters of type PdfSpotColor
 void PdfImportedPage.setColorFill(PdfSpotColor sp, float tint)
           
 void PdfContentByte.setColorFill(PdfSpotColor sp, float tint)
          Sets the fill color to a spot color.
 void PdfPatternPainter.setColorFill(PdfSpotColor sp, float tint)
           
 void PdfImportedPage.setColorStroke(PdfSpotColor sp, float tint)
           
 void PdfContentByte.setColorStroke(PdfSpotColor sp, float tint)
          Sets the stroke color to a spot color.
 void PdfPatternPainter.setColorStroke(PdfSpotColor sp, float tint)
           
 

Constructors in com.itextpdf.text.pdf with parameters of type PdfSpotColor
SpotColor(PdfSpotColor spot, float tint)
           
 



Copyright © 2013. All Rights Reserved.