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) PDFPaintPDFRenderer.GraphicsState. fillPaintthe current paint for filling shapes(package private) PDFPaintPDFFillPaintCmd. p(package private) PDFPaintPDFStrokePaintCmd. p(package private) PDFPaintPDFRenderer.GraphicsState. strokePaintthe current paint for drawing strokesMethods in com.sun.pdfview that return PDFPaint Modifier and Type Method Description private PDFPaintPDFParser. doPattern(PatternSpace patternSpace)Set the values into a PatternSpacestatic PDFPaintPDFPaint. getColorPaint(java.awt.Color c)get the PDFPaint representing a solid colorstatic PDFPaintPDFPaint. 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 voidPDFPage. addFillPaint(PDFPaint p)set the fill paintvoidPDFPage. addStrokePaint(PDFPaint p)set the stroke paintvoidPDFRenderer. setFillPaint(PDFPaint paint)set the fill colorvoidPDFRenderer. 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 PDFPaintMaskColorSpace. paintThe paint to paint in.Methods in com.sun.pdfview.colorspace that return PDFPaint Modifier and Type Method Description PDFPaintAlternateColorSpace. getPaint(float[] components)get the PDFPaint representing the color described by the given color componentsPDFPaintIndexedColor. getPaint(float[] components)get the color represented by the index.PDFPaintPatternSpace. getPaint(float[] components)get the PDFPaint representing the color described by the given color componentsPDFPaintPatternSpace. getPaint(PDFObject patternObj, float[] components, java.util.Map resources)Get the paint representing a pattern, optionally with the given base paint.PDFPaintPDFColorSpace. 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) classPatternType1.TilingPatternPaintThis class overrides PDFPaint to paint in the pattern coordinate spaceFields in com.sun.pdfview.pattern declared as PDFPaint Modifier and Type Field Description private PDFPaintPDFShader. backgroundthe background colorMethods in com.sun.pdfview.pattern that return PDFPaint Modifier and Type Method Description PDFPaintPDFShader. getBackground()Get the background colorPDFPaintPatternType1. getPaint(PDFPaint basePaint)Create a PDFPaint from this pattern and set of components.abstract PDFPaintPDFPattern. getPaint(PDFPaint basePaint)Returns paint that represents the selected patternabstract PDFPaintPDFShader. getPaint()Returns paint that represents the selected shaderPDFPaintShaderType2. getPaint()Create a paint that paints this patternMethods in com.sun.pdfview.pattern with parameters of type PDFPaint Modifier and Type Method Description PDFPaintPatternType1. getPaint(PDFPaint basePaint)Create a PDFPaint from this pattern and set of components.abstract PDFPaintPDFPattern. getPaint(PDFPaint basePaint)Returns paint that represents the selected patternprotected voidPDFShader. setBackground(PDFPaint background)Set the background color
-