Uses of Class
com.itextpdf.text.pdf.PdfShading
-
Packages that use PdfShading Package Description com.itextpdf.text.pdf -
-
Uses of PdfShading in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfShading Modifier and Type Field Description protected PdfShadingPdfShadingPattern. shadingFields in com.itextpdf.text.pdf with type parameters of type PdfShading Modifier and Type Field Description protected java.util.HashSet<PdfShading>PdfWriter. documentShadingsMethods in com.itextpdf.text.pdf that return PdfShading Modifier and Type Method Description PdfShadingPdfShadingPattern. getShading()static PdfShadingPdfShading. simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor)static PdfShadingPdfShading. simpleAxial(PdfWriter writer, float x0, float y0, float x1, float y1, BaseColor startColor, BaseColor endColor, boolean extendStart, boolean extendEnd)static PdfShadingPdfShading. simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor)static PdfShadingPdfShading. simpleRadial(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, BaseColor startColor, BaseColor endColor, boolean extendStart, boolean extendEnd)static PdfShadingPdfShading. type1(PdfWriter writer, BaseColor colorSpace, float[] domain, float[] tMatrix, PdfFunction function)static PdfShadingPdfShading. type2(PdfWriter writer, BaseColor colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)static PdfShadingPdfShading. type3(PdfWriter writer, BaseColor colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend)Methods in com.itextpdf.text.pdf with parameters of type PdfShading Modifier and Type Method Description (package private) voidPdfWriter. addSimpleShading(PdfShading shading)voidPdfContentByte. paintShading(PdfShading shading)Paints using a shading object.Constructors in com.itextpdf.text.pdf with parameters of type PdfShading Constructor Description PdfShadingPattern(PdfShading shading)Creates new PdfShadingPattern
-