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 PdfShading
PdfShadingPattern. shading
Fields in com.itextpdf.text.pdf with type parameters of type PdfShading Modifier and Type Field Description protected java.util.HashSet<PdfShading>
PdfWriter. documentShadings
Methods in com.itextpdf.text.pdf that return PdfShading Modifier and Type Method Description 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 Modifier and Type Method Description (package private) void
PdfWriter. addSimpleShading(PdfShading shading)
void
PdfContentByte. 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
-