Uses of Class
org.openpdf.renderer.PDFPaint
Packages that use PDFPaint
Package
Description
-
Uses of PDFPaint in org.openpdf.renderer
Methods in org.openpdf.renderer that return PDFPaintModifier and TypeMethodDescriptionstatic PDFPaintPDFPaint.getColorPaint(Color c) get the PDFPaint representing a solid colorstatic PDFPaintget the PDFPaint representing a generic paintMethods in org.openpdf.renderer with parameters of type PDFPaintModifier and TypeMethodDescriptionvoidPDFPage.addFillPaint(PDFPaint p) set the fill paintvoidPDFPage.addShadeCommand(PDFPaint p, Rectangle2D box) voidPDFPage.addStrokePaint(PDFPaint p) set the stroke paintvoidPDFRenderer.setFillPaint(PDFPaint paint) set the fill colorvoidPDFRenderer.setStrokePaint(PDFPaint paint) set the stroke color -
Uses of PDFPaint in org.openpdf.renderer.colorspace
Methods in org.openpdf.renderer.colorspace that return PDFPaintModifier and TypeMethodDescriptionAlternateColorSpace.getPaint(float[] components) get the PDFPaint representing the color described by the given color componentsIndexedColor.getPaint(float[] components) get the color represented by the index.PatternSpace.getPaint(float[] components) get the PDFPaint representing the color described by the given color componentsGet the paint representing a pattern, optionally with the given base paint.PDFColorSpace.getPaint(float[] components) get the PDFPaint representing the color described by the given color componentsConstructors in org.openpdf.renderer.colorspace with parameters of type PDFPaintModifierConstructorDescriptionMaskColorSpace(PDFPaint paint) Creates a new instance of PaintColorSpace -
Uses of PDFPaint in org.openpdf.renderer.pattern
Methods in org.openpdf.renderer.pattern that return PDFPaintModifier and TypeMethodDescriptionPDFShader.getBackground()Get the background colorDummyShader.getPaint()Create a PDFPaint from this pattern and set of components.Create a PDFPaint from this pattern and set of components.abstract PDFPaintReturns paint that represents the selected patternabstract PDFPaintPDFShader.getPaint()Returns paint that represents the selected shaderShaderType2.getPaint()Create a paint that paints this patternMethods in org.openpdf.renderer.pattern with parameters of type PDFPaintModifier and TypeMethodDescriptionCreate a PDFPaint from this pattern and set of components.Create a PDFPaint from this pattern and set of components.abstract PDFPaintReturns paint that represents the selected patternprotected voidPDFShader.setBackground(PDFPaint background) Set the background color