Uses of Class
org.verapdf.pd.colors.PDColorSpace
-
-
Uses of PDColorSpace in org.verapdf.external
Methods in org.verapdf.external that return PDColorSpace Modifier and Type Method Description PDColorSpaceICCProfile. getAlternate()PDColorSpaceJPEG2000. getImageColorSpace() -
Uses of PDColorSpace in org.verapdf.factory.colors
Methods in org.verapdf.factory.colors that return PDColorSpace Modifier and Type Method Description static PDColorSpaceColorSpaceFactory. getColorSpace(COSObject base)static PDColorSpaceColorSpaceFactory. getColorSpace(COSObject base, PDResources resources)static PDColorSpaceColorSpaceFactory. getColorSpace(COSObject base, PDResources resources, boolean wasDefault) -
Uses of PDColorSpace in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return PDColorSpace Modifier and Type Method Description PDColorSpaceGraphicsState. getFillColorSpace()Methods in org.verapdf.gf.model.factory.chunks with parameters of type PDColorSpace Modifier and Type Method Description voidGraphicsState. setFillColorSpace(PDColorSpace fillColorSpace) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.sa.util
Methods in org.verapdf.gf.model.impl.sa.util that return PDColorSpace Modifier and Type Method Description PDColorSpaceResourceHandler. getColorSpace(ASAtom name)PDColorSpaceResourceHandler. getColorSpace(COSName name) -
Uses of PDColorSpace in org.verapdf.pd
Methods in org.verapdf.pd that return PDColorSpace Modifier and Type Method Description PDColorSpacePDGroup. getColorSpace()PDColorSpacePDGroup. getColorSpace(PDResources resources)PDColorSpacePDResources. getColorSpace(ASAtom name)PDColorSpacePDResources. getColorSpace(ASAtom name, boolean isDefault)PDColorSpacePDResources. getDefaultColorSpace(ASAtom name)PDColorSpacePDPage. getGroupCS() -
Uses of PDColorSpace in org.verapdf.pd.colors
Subclasses of PDColorSpace in org.verapdf.pd.colors Modifier and Type Class Description classPDCalGrayclassPDCalRGBclassPDCIEDictionaryBasedclassPDDeviceCMYKclassPDDeviceGrayclassPDDeviceNclassPDDeviceRGBclassPDICCBasedclassPDIndexedclassPDLabclassPDSeparationclassPDSpecialColorSpaceBase class for special color spaces, see 8.6.6 of PDF-1.7 specification.Methods in org.verapdf.pd.colors that return PDColorSpace Modifier and Type Method Description PDColorSpacePDICCBased. getAlternate()PDColorSpacePDSeparation. getAlternate()PDColorSpacePDDeviceN. getAlternateSpace()PDColorSpacePDIndexed. getBase()protected PDColorSpacePDSpecialColorSpace. getBaseColorSpace() -
Uses of PDColorSpace in org.verapdf.pd.images
Methods in org.verapdf.pd.images that return PDColorSpace Modifier and Type Method Description PDColorSpacePDInlineImage. getImageCS()PDColorSpacePDXImage. getImageCS() -
Uses of PDColorSpace in org.verapdf.pd.patterns
Subclasses of PDColorSpace in org.verapdf.pd.patterns Modifier and Type Class Description classPDPatternclassPDShadingPatternclassPDTilingPatternMethods in org.verapdf.pd.patterns that return PDColorSpace Modifier and Type Method Description PDColorSpacePDShading. getColorSpace()PDColorSpacePDPattern. getUnderlyingColorSpace()
-