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

Packages that use PdfShading
com.itextpdf.text.pdf   
 

Uses of PdfShading in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf declared as PdfShading
protected  PdfShading PdfShadingPattern.shading
           
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfShading
protected  HashSet<PdfShading> PdfWriter.documentShadings
           
 

Methods in com.itextpdf.text.pdf that return PdfShading
 PdfShading PdfShadingPattern.getShading()
           
static PdfShading PdfShading.simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor)
           
static PdfShading PdfShading.simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor, boolean extendStart, boolean extendEnd)
           
static PdfShading PdfShading.simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor)
           
static PdfShading PdfShading.simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor, boolean extendStart, boolean extendEnd)
           
static PdfShading PdfShading.type1(PdfWriter writer, BaseColor colorSpace, float[] domain, float[] tMatrix, PdfFunction function)
           
static PdfShading PdfShading.type2(PdfWriter writer, BaseColor colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)
           
static PdfShading PdfShading.type3(PdfWriter writer, BaseColor colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)
           
 

Methods in com.itextpdf.text.pdf with parameters of type PdfShading
 void PdfContentByte.paintShading(PdfShading shading)
          Paints using a shading object.
 

Constructors in com.itextpdf.text.pdf with parameters of type PdfShading
PdfShadingPattern(PdfShading shading)
          Creates new PdfShadingPattern
 



Copyright © 2013. All Rights Reserved.