Uses of Class
com.sun.pdfview.colorspace.PDFColorSpace
-
Packages that use PDFColorSpace Package Description com.sun.pdfview com.sun.pdfview.colorspace com.sun.pdfview.pattern -
-
Uses of PDFColorSpace in com.sun.pdfview
Fields in com.sun.pdfview declared as PDFColorSpace Modifier and Type Field Description private PDFColorSpacePDFImage. colorSpacethe colorspace to interpret the samples in(package private) PDFColorSpacePDFParser.ParserState. fillCSthe fill color space(package private) PDFColorSpacePDFParser.ParserState. strokeCSthe stroke color spaceMethods in com.sun.pdfview that return PDFColorSpace Modifier and Type Method Description protected PDFColorSpacePDFImage. getColorSpace()Get the colorspace associated with this image, or null if there isn't oneprivate PDFColorSpacePDFParser. parseColorSpace(PDFObject csobj)generate a PDFColorSpace description based on a PDFObject.Methods in com.sun.pdfview with parameters of type PDFColorSpace Modifier and Type Method Description protected voidPDFImage. 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.colorspace Modifier and Type Class Description classAlternateColorSpaceA 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 spaceclassIndexedColorA PDFColorSpace for an IndexedColor modelclassPatternSpaceA PatternSpace fills with a pattern, the name of which is specified in the call to getPaint().Fields in com.sun.pdfview.colorspace declared as PDFColorSpace Modifier and Type Field Description private PDFColorSpaceAlternateColorSpace. alternateThe alternate color spaceprivate PDFColorSpacePatternSpace. baseprivate static PDFColorSpacePDFColorSpace. cmykSpaceprivate static PDFColorSpacePDFColorSpace. graySpacegraySpace and the gamma correction for it.private static PDFColorSpacePDFColorSpace. patternSpacethe pattern spaceprivate static PDFColorSpacePDFColorSpace. rgbSpacethe device-dependent color spacesMethods in com.sun.pdfview.colorspace that return PDFColorSpace Modifier and Type Method Description PDFColorSpacePatternSpace. getBase()Get the base color spacestatic PDFColorSpacePDFColorSpace. getColorSpace(int name)Get a color space by namestatic PDFColorSpacePDFColorSpace. getColorSpace(PDFObject csobj, java.util.Map resources)Get a color space specified in a PDFObjectConstructors in com.sun.pdfview.colorspace with parameters of type PDFColorSpace Constructor Description AlternateColorSpace(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 PDFColorSpace Modifier and Type Field Description private PDFColorSpacePDFShader. colorSpacethe colorspaceMethods in com.sun.pdfview.pattern that return PDFColorSpace Modifier and Type Method Description PDFColorSpacePDFShader. getColorSpace()Get the color spaceMethods in com.sun.pdfview.pattern with parameters of type PDFColorSpace Modifier and Type Method Description protected voidPDFShader. setColorSpace(PDFColorSpace colorSpace)Set the color space
-