Uses of Class
com.sun.pdfview.colorspace.PDFColorSpace
Packages that use PDFColorSpace
-
Uses of PDFColorSpace in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFColorSpaceModifier and TypeFieldDescriptionprivate PDFColorSpace
PDFImage.colorSpace
the colorspace to interpret the samples in(package private) PDFColorSpace
PDFParser.ParserState.fillCS
the fill color space(package private) PDFColorSpace
PDFParser.ParserState.strokeCS
the stroke color spaceMethods in com.sun.pdfview that return PDFColorSpaceModifier and TypeMethodDescriptionprotected PDFColorSpace
PDFImage.getColorSpace()
Get the colorspace associated with this image, or null if there isn't oneprivate PDFColorSpace
PDFParser.parseColorSpace
(PDFObject csobj) generate a PDFColorSpace description based on a PDFObject.Methods in com.sun.pdfview with parameters of type PDFColorSpaceModifier and TypeMethodDescriptionprotected void
PDFImage.setColorSpace
(PDFColorSpace colorSpace) Set the colorspace associated with this image -
Uses of PDFColorSpace in com.sun.pdfview.colorspace
Subclasses of PDFColorSpace in com.sun.pdfview.colorspaceModifier and TypeClassDescriptionclass
A color space that uses another color space to return values, and a function to map between values in the input and input values to the alternate color spaceclass
A PDFColorSpace for an IndexedColor modelclass
A PatternSpace fills with a pattern, the name of which is specified in the call to getPaint().Fields in com.sun.pdfview.colorspace declared as PDFColorSpaceModifier and TypeFieldDescriptionprivate PDFColorSpace
AlternateColorSpace.alternate
The alternate color spaceprivate PDFColorSpace
PatternSpace.base
private static PDFColorSpace
PDFColorSpace.cmykSpace
private static PDFColorSpace
PDFColorSpace.graySpace
graySpace and the gamma correction for it.private static PDFColorSpace
PDFColorSpace.patternSpace
the pattern spaceprivate static PDFColorSpace
PDFColorSpace.rgbSpace
the device-dependent color spacesMethods in com.sun.pdfview.colorspace that return PDFColorSpaceModifier and TypeMethodDescriptionPatternSpace.getBase()
Get the base color spacestatic PDFColorSpace
PDFColorSpace.getColorSpace
(int name) Get a color space by namestatic PDFColorSpace
PDFColorSpace.getColorSpace
(PDFObject csobj, Map resources) Get a color space specified in a PDFObjectConstructors in com.sun.pdfview.colorspace with parameters of type PDFColorSpaceModifierConstructorDescriptionAlternateColorSpace
(PDFColorSpace alternate, PDFFunction function) Creates a new instance of AlternateColorSpaceIndexedColor
(PDFColorSpace base, int count, PDFObject stream) create a new IndexColor PDFColorSpace based on another PDFColorSpace, a count of colors, and a stream of values.PatternSpace
(PDFColorSpace base) Create a pattern space with the given color space as a base -
Uses of PDFColorSpace in com.sun.pdfview.pattern
Fields in com.sun.pdfview.pattern declared as PDFColorSpaceMethods in com.sun.pdfview.pattern that return PDFColorSpaceMethods in com.sun.pdfview.pattern with parameters of type PDFColorSpaceModifier and TypeMethodDescriptionprotected void
PDFShader.setColorSpace
(PDFColorSpace colorSpace) Set the color space