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