Uses of Class
com.lowagie.text.pdf.PdfShadingPattern
Packages that use PdfShadingPattern
-
Uses of PdfShadingPattern in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type PdfShadingPatternModifier and TypeFieldDescriptionprotected HashMap<PdfShadingPattern, Object> PdfWriter.documentShadingPatternsDeprecated.Methods in com.lowagie.text.pdf that return PdfShadingPatternModifier and TypeMethodDescriptionShadingColor.getPdfShadingPattern()Deprecated.Gets the shading pattern.Methods in com.lowagie.text.pdf with parameters of type PdfShadingPatternModifier and TypeMethodDescriptionvoidPdfContentByte.paintShading(PdfShadingPattern shading) Deprecated.Paints using a shading pattern.voidPdfContentByte.setShadingFill(PdfShadingPattern shading) Deprecated.Sets the shading fill pattern.voidPdfContentByte.setShadingStroke(PdfShadingPattern shading) Deprecated.Sets the shading stroke patternConstructors in com.lowagie.text.pdf with parameters of type PdfShadingPatternModifierConstructorDescriptionShadingColor(PdfShadingPattern shadingPattern) Deprecated.Creates a shading color.