Uses of Class
org.openpdf.renderer.PDFPaint
Packages that use PDFPaint
Package
Description
-
Uses of PDFPaint in org.openpdf.renderer
Fields in org.openpdf.renderer declared as PDFPaintModifier and TypeFieldDescription(package private) PDFPaintPDFRenderer.GraphicsState.fillPaintthe current paint for filling shapes(package private) PDFPaintPDFFillPaintCmd.p(package private) PDFPaintPDFShadeCommand.p(package private) PDFPaintPDFStrokePaintCmd.p(package private) PDFPaintPDFRenderer.GraphicsState.strokePaintthe current paint for drawing strokesMethods in org.openpdf.renderer that return PDFPaintModifier and TypeMethodDescriptionprivate PDFPaintPDFParser.doPattern(PatternSpace patternSpace) Set the values into a PatternSpacestatic 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 colorConstructors in org.openpdf.renderer with parameters of type PDFPaintModifierConstructorDescription(package private)(package private)PDFShadeCommand(PDFPaint p, Rectangle2D box) -
Uses of PDFPaint in org.openpdf.renderer.colorspace
Fields in org.openpdf.renderer.colorspace declared as PDFPaintModifier and TypeFieldDescriptionprivate final PDFPaintMaskColorSpace.paintThe paint to paint in.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
Subclasses of PDFPaint in org.openpdf.renderer.patternModifier and TypeClassDescription(package private) static classThis class overrides PDFPaint to paint in the pattern coordinate spaceFields in org.openpdf.renderer.pattern declared as PDFPaintMethods 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