Uses of Class
com.sun.pdfview.PDFPaint
-
Packages that use PDFPaint Package Description com.sun.pdfview com.sun.pdfview.colorspace com.sun.pdfview.pattern -
-
Uses of PDFPaint in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFPaint Modifier and Type Field Description (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 PDFPaint Modifier and Type Method Description private PDFPaint
PDFParser. doPattern(PatternSpace patternSpace)
Set the values into a PatternSpacestatic PDFPaint
PDFPaint. getColorPaint(java.awt.Color c)
get the PDFPaint representing a solid colorstatic PDFPaint
PDFPaint. getPaint(java.awt.Paint p)
get the PDFPaint representing a generic paintMethods in com.sun.pdfview with parameters of type PDFPaint Modifier and Type Method Description void
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 Constructor Description PDFFillPaintCmd(PDFPaint p)
PDFStrokePaintCmd(PDFPaint p)
-
Uses of PDFPaint in com.sun.pdfview.colorspace
Fields in com.sun.pdfview.colorspace declared as PDFPaint Modifier and Type Field Description private PDFPaint
MaskColorSpace. paint
The paint to paint in.Methods in com.sun.pdfview.colorspace that return PDFPaint Modifier and Type Method Description PDFPaint
AlternateColorSpace. getPaint(float[] components)
get the PDFPaint representing the color described by the given color componentsPDFPaint
IndexedColor. getPaint(float[] components)
get the color represented by the index.PDFPaint
PatternSpace. getPaint(float[] components)
get the PDFPaint representing the color described by the given color componentsPDFPaint
PatternSpace. getPaint(PDFObject patternObj, float[] components, java.util.Map resources)
Get the paint representing a pattern, optionally with the given base paint.PDFPaint
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 PDFPaint Constructor Description MaskColorSpace(PDFPaint paint)
Creates a new instance of PaintColorSpace -
Uses of PDFPaint in com.sun.pdfview.pattern
Subclasses of PDFPaint in com.sun.pdfview.pattern Modifier and Type Class Description (package private) class
PatternType1.TilingPatternPaint
This class overrides PDFPaint to paint in the pattern coordinate spaceFields in com.sun.pdfview.pattern declared as PDFPaint Modifier and Type Field Description private PDFPaint
PDFShader. background
the background colorMethods in com.sun.pdfview.pattern that return PDFPaint Modifier and Type Method Description PDFPaint
PDFShader. getBackground()
Get the background colorPDFPaint
PatternType1. getPaint(PDFPaint basePaint)
Create a PDFPaint from this pattern and set of components.abstract PDFPaint
PDFPattern. getPaint(PDFPaint basePaint)
Returns paint that represents the selected patternabstract PDFPaint
PDFShader. getPaint()
Returns paint that represents the selected shaderPDFPaint
ShaderType2. getPaint()
Create a paint that paints this patternMethods in com.sun.pdfview.pattern with parameters of type PDFPaint Modifier and Type Method Description PDFPaint
PatternType1. getPaint(PDFPaint basePaint)
Create a PDFPaint from this pattern and set of components.abstract PDFPaint
PDFPattern. getPaint(PDFPaint basePaint)
Returns paint that represents the selected patternprotected void
PDFShader. setBackground(PDFPaint background)
Set the background color
-