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