Uses of Class
com.sun.pdfview.PDFPaint
Packages that use PDFPaint
-
Uses of PDFPaint in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFPaintModifier and TypeFieldDescription(package private) PDFPaint
PDFRenderer.GraphicsState.fillPaint
the current paint for filling shapes(package private) PDFPaint
PDFFillPaintCmd.p
(package private) PDFPaint
PDFStrokePaintCmd.p
(package private) PDFPaint
PDFRenderer.GraphicsState.strokePaint
the current paint for drawing strokesMethods in com.sun.pdfview that return PDFPaintModifier and TypeMethodDescriptionprivate PDFPaint
PDFParser.doPattern
(PatternSpace patternSpace) Set the values into a PatternSpacestatic PDFPaint
PDFPaint.getColorPaint
(Color c) get the PDFPaint representing a solid colorstatic PDFPaint
get the PDFPaint representing a generic paintMethods in com.sun.pdfview with parameters of type PDFPaintModifier and TypeMethodDescriptionvoid
PDFPage.addFillPaint
(PDFPaint p) set the fill paintvoid
PDFPage.addStrokePaint
(PDFPaint p) set the stroke paintvoid
PDFRenderer.setFillPaint
(PDFPaint paint) set the fill colorvoid
PDFRenderer.setStrokePaint
(PDFPaint paint) set the stroke colorConstructors in com.sun.pdfview with parameters of type PDFPaint -
Uses of PDFPaint in com.sun.pdfview.colorspace
Fields in com.sun.pdfview.colorspace declared as PDFPaintMethods in com.sun.pdfview.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 com.sun.pdfview.colorspace with parameters of type PDFPaintModifierConstructorDescriptionMaskColorSpace
(PDFPaint paint) Creates a new instance of PaintColorSpace -
Uses of PDFPaint in com.sun.pdfview.pattern
Subclasses of PDFPaint in com.sun.pdfview.patternModifier and TypeClassDescription(package private) class
This class overrides PDFPaint to paint in the pattern coordinate spaceFields in com.sun.pdfview.pattern declared as PDFPaintMethods in com.sun.pdfview.pattern that return PDFPaintModifier and TypeMethodDescriptionPDFShader.getBackground()
Get the background colorCreate a PDFPaint from this pattern and set of components.abstract PDFPaint
Returns paint that represents the selected patternabstract PDFPaint
PDFShader.getPaint()
Returns paint that represents the selected shaderShaderType2.getPaint()
Create a paint that paints this patternMethods in com.sun.pdfview.pattern with parameters of type PDFPaintModifier and TypeMethodDescriptionCreate a PDFPaint from this pattern and set of components.abstract PDFPaint
Returns paint that represents the selected patternprotected void
PDFShader.setBackground
(PDFPaint background) Set the background color