Uses of Class
com.lowagie.text.pdf.PdfShading
Packages that use PdfShading
-
Uses of PdfShading in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfShadingFields in com.lowagie.text.pdf with type parameters of type PdfShadingMethods in com.lowagie.text.pdf that return PdfShadingModifier and TypeMethodDescriptionPdfShadingPattern.getShading()
static PdfShading
PdfShading.simpleAxial
(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor) static PdfShading
PdfShading.simpleAxial
(PdfWriter writer, float x0, float y0, float x1, float y1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd) static PdfShading
PdfShading.simpleRadial
(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor) static PdfShading
PdfShading.simpleRadial
(PdfWriter writer, float x0, float y0, float r0, float x1, float y1, float r1, Color startColor, Color endColor, boolean extendStart, boolean extendEnd) static PdfShading
PdfShading.type1
(PdfWriter writer, Color colorSpace, float[] domain, float[] tMatrix, PdfFunction function) static PdfShading
PdfShading.type2
(PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend) static PdfShading
PdfShading.type3
(PdfWriter writer, Color colorSpace, float[] coords, float[] domain, PdfFunction function, boolean[] extend) Methods in com.lowagie.text.pdf with parameters of type PdfShadingModifier and TypeMethodDescription(package private) void
PdfWriter.addSimpleShading
(PdfShading shading) void
PdfContentByte.paintShading
(PdfShading shading) Paints using a shading object.Constructors in com.lowagie.text.pdf with parameters of type PdfShadingModifierConstructorDescriptionPdfShadingPattern
(PdfShading shading) Creates new PdfShadingPattern