Uses of Interface
org.verapdf.model.pdlayer.PDColorSpace
-
-
Uses of PDColorSpace in org.verapdf.gf.model.factory.colors
Methods in org.verapdf.gf.model.factory.colors that return 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.impl.containers
Methods in org.verapdf.gf.model.impl.containers that return types with arguments of type PDColorSpace Modifier and Type Method Description static Map<String,PDColorSpace>StaticContainers. getCachedColorSpaces()Method parameters in org.verapdf.gf.model.impl.containers with type arguments of type PDColorSpace Modifier and Type Method Description static voidStaticContainers. setCachedColorSpaces(Map<String,PDColorSpace> cachedColorSpaces) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.external
Methods in org.verapdf.gf.model.impl.external that return PDColorSpace Modifier and Type Method Description PDColorSpaceGFJPEG2000. getImageColorSpace() -
Uses of PDColorSpace in org.verapdf.gf.model.impl.operator.color
Constructors in org.verapdf.gf.model.impl.operator.color with parameters of type PDColorSpace Constructor Description GFOp_g_fill(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_G_stroke(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_k_fill(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_K_stroke(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_rg_fill(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_RG_stroke(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_scn_fill(List<COSBase> arguments, PDColorSpace colorSpace)GFOp_SCN_stroke(List<COSBase> arguments, PDColorSpace colorSpace)GFOpColor(List<COSBase> arguments, PDColorSpace colorSpace)GFOpColor(List<COSBase> arguments, PDColorSpace colorSpace, String type) -
Uses of PDColorSpace in org.verapdf.gf.model.impl.operator.pathpaint
Methods in org.verapdf.gf.model.impl.operator.pathpaint that return PDColorSpace Modifier and Type Method Description PDColorSpaceGFOpPathPaint. getVeraFillCS()PDColorSpaceGFOpPathPaint. getVeraStrokeCS()Methods in org.verapdf.gf.model.impl.operator.pathpaint that return types with arguments of type PDColorSpace Modifier and Type Method Description protected List<PDColorSpace>GFOpPathPaint. getFillCS()protected List<PDColorSpace>GFOpPathPaint. getStrokeCS() -
Uses of PDColorSpace in org.verapdf.gf.model.impl.operator.textshow
Methods in org.verapdf.gf.model.impl.operator.textshow that return PDColorSpace Modifier and Type Method Description PDColorSpaceGFOpTextShow. getVeraModelFillColorSpace()PDColorSpaceGFOpTextShow. getVeraModelStrokeColorSpace() -
Uses of PDColorSpace in org.verapdf.gf.model.impl.pd.colors
Classes in org.verapdf.gf.model.impl.pd.colors that implement PDColorSpace Modifier and Type Class Description classGFPDCalGrayclassGFPDCalRGBclassGFPDColorSpaceclassGFPDDeviceCMYKclassGFPDDeviceGrayclassGFPDDeviceNclassGFPDDeviceRGBclassGFPDEmptyColorSpaceclassGFPDICCBasedclassGFPDICCBasedCMYKclassGFPDIndexedclassGFPDLabclassGFPDSeparationMethods in org.verapdf.gf.model.impl.pd.colors that return types with arguments of type PDColorSpace Modifier and Type Method Description List<PDColorSpace>GFPDSeparation. getAlternate() -
Uses of PDColorSpace in org.verapdf.gf.model.impl.pd.patterns
Classes in org.verapdf.gf.model.impl.pd.patterns that implement PDColorSpace Modifier and Type Class Description classGFPDPatternclassGFPDShadingPatternclassGFPDTilingPattern -
Uses of PDColorSpace in org.verapdf.model.pdlayer
Subinterfaces of PDColorSpace in org.verapdf.model.pdlayer Modifier and Type Interface Description interfacePDCalGrayCalGray color spaceinterfacePDCalRGBCalRGB color spaceinterfacePDDeviceCMYKDeviceCMYK color spaceinterfacePDDeviceGrayDeviceGray color spaceinterfacePDDeviceNDeviceN color spaceinterfacePDDeviceRGBDeviceRGB color spaceinterfacePDICCBasedICCBased color spaceinterfacePDICCBasedCMYKICCBased CMYK colour spaceinterfacePDIndexedIndexed color spaceinterfacePDLabLab color spaceinterfacePDPatterngeneric Pattern typeinterfacePDSeparationSeparation color spaceinterfacePDShadingPatternshading PatterninterfacePDTilingPatterntiling Pattern
-