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) 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 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 com.sun.pdfview with parameters of type PDFPaintModifier and TypeMethodDescriptionvoidPDFPage.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 -
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) classThis 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 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 com.sun.pdfview.pattern with parameters of type PDFPaintModifier and TypeMethodDescriptionCreate 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