Uses of Class
org.openpdf.renderer.colorspace.PDFColorSpace
Packages that use PDFColorSpace
Package
Description
-
Uses of PDFColorSpace in org.openpdf.renderer
Fields in org.openpdf.renderer declared as PDFColorSpaceModifier and TypeFieldDescriptionprivate 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 org.openpdf.renderer that return PDFColorSpaceModifier and TypeMethodDescriptionprotected 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 org.openpdf.renderer with parameters of type PDFColorSpaceModifier and TypeMethodDescriptionprotected voidPDFImage.setColorSpace(PDFColorSpace colorSpace) Set the colorspace associated with this image -
Uses of PDFColorSpace in org.openpdf.renderer.colorspace
Subclasses of PDFColorSpace in org.openpdf.renderer.colorspaceModifier and TypeClassDescriptionclassA 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 spaceclassA PDFColorSpace for an IndexedColor modelclassA PatternSpace fills with a pattern, the name of which is specified in the call to getPaint().Fields in org.openpdf.renderer.colorspace declared as PDFColorSpaceModifier and TypeFieldDescriptionprivate 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 org.openpdf.renderer.colorspace that return PDFColorSpaceModifier and TypeMethodDescriptionPatternSpace.getBase()Get the base color spacestatic PDFColorSpacePDFColorSpace.getColorSpace(int name) Get a color space by namestatic PDFColorSpacePDFColorSpace.getColorSpace(PDFObject csobj, Map resources) Get a color space specified in a PDFObjectConstructors in org.openpdf.renderer.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 org.openpdf.renderer.pattern
Fields in org.openpdf.renderer.pattern declared as PDFColorSpaceMethods in org.openpdf.renderer.pattern that return PDFColorSpaceMethods in org.openpdf.renderer.pattern with parameters of type PDFColorSpaceModifier and TypeMethodDescriptionprotected voidPDFShader.setColorSpace(PDFColorSpace colorSpace) Set the color space