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.features.gf
Methods in org.verapdf.features.gf with parameters of type PDColorSpace Modifier and Type Method Description static ColorSpaceFeaturesObjectGFFeaturesObjectCreator. createColorSpaceFeaturesObject(PDColorSpace colorSpace, String id, String iccProfileChild, String colorSpaceChild)Constructs new GFColorSpaceFeaturesObjectAdapter -
Uses of PDColorSpace in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDColorSpace Constructor Description GFColorSpaceFeaturesObjectAdapter(PDColorSpace colorSpace, String id, String iccProfileChild, String colorSpaceChild)Constructs new colorspace features object adapter -
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.factory.colors
Methods in org.verapdf.gf.model.factory.colors with parameters of type PDColorSpace Modifier and Type Method Description static PDColorSpaceColorSpaceFactory. getColorSpace(PDColorSpace colorSpace)static PDColorSpaceColorSpaceFactory. getColorSpace(PDColorSpace colorSpace, PDResourcesHandler resourcesHandler, int opm, boolean overprintingFlag, GraphicState inheritedGraphicSpace)static PDColorSpaceColorSpaceFactory. getColorSpace(PDColorSpace colorSpace, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicSpace) -
Uses of PDColorSpace in org.verapdf.gf.model.factory.operators
Methods in org.verapdf.gf.model.factory.operators that return PDColorSpace Modifier and Type Method Description PDColorSpaceGraphicState. getFillColorSpace()PDColorSpaceGraphicState. getFillLastPatternUnderlyingColorSpace()PDColorSpaceGraphicState. getStrokeColorSpace()PDColorSpaceGraphicState. getStrokeLastPatternUnderlyingColorSpace()Methods in org.verapdf.gf.model.factory.operators with parameters of type PDColorSpace Modifier and Type Method Description voidGraphicState. setFillColorSpace(PDColorSpace fillColorSpace)voidGraphicState. setFillLastPatternUnderlyingColorSpace(PDColorSpace fillLastPatternUnderlyingColorSpace)voidGraphicState. setStrokeColorSpace(PDColorSpace strokeColorSpace)voidGraphicState. setStrokeLastPatternUnderlyingColorSpace(PDColorSpace strokeLastPatternUnderlyingColorSpace) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.containers
Methods in org.verapdf.gf.model.impl.containers that return PDColorSpace Modifier and Type Method Description static PDColorSpaceStaticContainers. getCurrentTransparencyColorSpace()Methods in org.verapdf.gf.model.impl.containers with parameters of type PDColorSpace Modifier and Type Method Description static voidStaticContainers. setCurrentTransparencyColorSpace(PDColorSpace currentTransparencyColorSpace) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.operator.inlineimage
Constructors in org.verapdf.gf.model.impl.operator.inlineimage with parameters of type PDColorSpace Constructor Description GFOp_EI(List<COSBase> arguments, PDResourcesHandler resourcesHandler, PDColorSpace inheritedFillCS) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.operator.pathpaint
Constructors in org.verapdf.gf.model.impl.operator.pathpaint with parameters of type PDColorSpace Constructor Description GFOpPathPaint(List<COSBase> arguments, PDColorSpace rawFillColorSpace, PDColorSpace rawStrokeColorSpace, int opm, boolean overprintingFlagStroke, boolean overprintingFlagNonStroke, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String operatorType) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.pd
Fields in org.verapdf.gf.model.impl.pd declared as PDColorSpace Modifier and Type Field Description protected PDColorSpaceGFTransparencyColorSpace. colorSpaceMethods in org.verapdf.gf.model.impl.pd that return PDColorSpace Modifier and Type Method Description PDColorSpaceGFPDPage. getBlendingColorSpace()Constructors in org.verapdf.gf.model.impl.pd with parameters of type PDColorSpace Constructor Description GFTransparencyColorSpace(PDColorSpace colorSpace)GFTransparencyColorSpace(PDColorSpace colorSpace, String type) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.pd.colors
Constructors in org.verapdf.gf.model.impl.pd.colors with parameters of type PDColorSpace Constructor Description GFPDColorSpace(PDColorSpace simplePDObject, String type) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.pd.images
Methods in org.verapdf.gf.model.impl.pd.images that return PDColorSpace Modifier and Type Method Description PDColorSpaceGFPDXForm. getBlendingColorSpace()Constructors in org.verapdf.gf.model.impl.pd.images with parameters of type PDColorSpace Constructor Description GFPDInlineImage(PDInlineImage simplePDObject, PDColorSpace inheritedFillCS)GFPDXImage(PDXImage simplePDObject, PDResourcesHandler resourcesHandler, PDColorSpace inheritedFillCS)GFPDXImage(PDXImage simplePDObject, PDResourcesHandler resourcesHandler, PDColorSpace inheritedFillCS, String type) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.pd.util
Methods in org.verapdf.gf.model.impl.pd.util that return PDColorSpace Modifier and Type Method Description PDColorSpacePDResourcesHandler. getColorSpace(ASAtom name)PDColorSpacePDResourcesHandler. getColorSpace(COSName name)PDColorSpacePDResourcesHandler. setColorSpaceInherited(PDColorSpace colorSpace, ASAtom name, boolean isInherited)Methods in org.verapdf.gf.model.impl.pd.util with parameters of type PDColorSpace Modifier and Type Method Description PDColorSpacePDResourcesHandler. setColorSpaceInherited(PDColorSpace colorSpace, ASAtom name, boolean isInherited) -
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()
-