Uses of Class
com.sun.pdfview.PDFPaint
Packages that use PDFPaint
-
Uses of PDFPaint in com.sun.pdfview
Methods in com.sun.pdfview that return PDFPaintModifier and TypeMethodDescriptionstatic 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 color -
Uses of PDFPaint in com.sun.pdfview.colorspace
Methods 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
Methods 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