Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfColorSpace
Packages that use PdfColorSpace
Package
Description
-
Uses of PdfColorSpace in com.itextpdf.kernel.colors
Fields in com.itextpdf.kernel.colors declared as PdfColorSpaceModifier and TypeFieldDescriptionprotected PdfColorSpaceColor.colorSpaceThe color space of the colorMethods in com.itextpdf.kernel.colors that return PdfColorSpaceModifier and TypeMethodDescriptionprivate static PdfColorSpacePatternColor.ensureNotPatternCs(PdfColorSpace underlyingCS) Color.getColorSpace()Returns thecolor spaceto which the color is related.Methods in com.itextpdf.kernel.colors with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionprivate static PdfColorSpacePatternColor.ensureNotPatternCs(PdfColorSpace underlyingCS) static ColorColor.makeColor(PdfColorSpace colorSpace) Makes a Color of certain color space.static ColorColor.makeColor(PdfColorSpace colorSpace, float[] colorValue) Makes a Color of certain color space and color value.Constructors in com.itextpdf.kernel.colors with parameters of type PdfColorSpaceModifierConstructorDescriptionprotectedColor(PdfColorSpace colorSpace, float[] colorValue) Creates a Color of certain color space and color value.DeviceN(List<String> names, PdfColorSpace alternateCs, IPdfFunction tintTransform, float[] value) Creates a color in a new DeviceN color space.Indexed(PdfColorSpace colorSpace) Creates an indexed color using the givenPdfColorSpace.Indexed(PdfColorSpace colorSpace, int colorValue) Creates an indexed color using the givenPdfColorSpaceand color values.PatternColor(PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue) Creates a pattern color using the given uncolored pattern object, an underlying color space and color values.Separation(String name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value) Creates a color in a new separation color space. -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfColorSpaceMethods in com.itextpdf.kernel.pdf with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionPdfResources.addColorSpace(PdfColorSpace cs) AddsPdfColorSpaceobject to the resources.voidPdfResources.setDefaultCmyk(PdfColorSpace defaultCs) Sets the value of default CMYK Color Space (see ISO-320001 Paragraph 8.6.5.6).voidPdfResources.setDefaultGray(PdfColorSpace defaultCs) Sets the value of default Gray Color Space (see ISO-320001 Paragraph 8.6.5.6).voidPdfResources.setDefaultRgb(PdfColorSpace defaultCs) Sets the value of default RGB Color Space (see ISO-320001 Paragraph 8.6.5.6). -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionprivate ColorPdfCanvas.createColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern) PdfCanvas.setColor(PdfColorSpace colorSpace, float[] colorValue, boolean fill) Changes the current color for paths.PdfCanvas.setColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill) Changes the current color for paths with an explicitly defined pattern.PdfPatternCanvas.setColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill) -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser that return PdfColorSpaceModifier and TypeMethodDescription(package private) static PdfColorSpacePdfCanvasProcessor.SetColorSpaceFillOperator.determineColorSpace(PdfName colorSpace, PdfCanvasProcessor processor) Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionprivate static ColorPdfCanvasProcessor.getColor(PdfColorSpace pdfColorSpace, List<PdfObject> operands, PdfResources resources) Gets a color based on a list of operands and Color space. -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.colorspace
Subclasses of PdfColorSpace in com.itextpdf.kernel.pdf.colorspaceModifier and TypeClassDescriptionclassstatic classstatic classstatic classstatic classclassstatic classstatic classstatic classclassstatic classstatic classstatic classstatic classstatic classstatic classMethods in com.itextpdf.kernel.pdf.colorspace that return PdfColorSpaceModifier and TypeMethodDescriptionPdfSpecialCs.DeviceN.getBaseCs()PdfSpecialCs.Indexed.getBaseCs()PdfSpecialCs.Separation.getBaseCs()PdfSpecialCs.UncoloredTilingPattern.getUnderlyingColorSpace()static PdfColorSpacePdfColorSpace.makeColorSpace(PdfObject pdfObject) Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfColorSpaceModifierConstructorDescriptionDeviceN(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new DiviceN colorspace.NChannel(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace.Separation(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new separation color space.UncoloredTilingPattern(PdfColorSpace underlyingColorSpace) -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.colorspace.shading
Constructors in com.itextpdf.kernel.pdf.colorspace.shading with parameters of type PdfColorSpaceModifierConstructorDescriptionprotectedAbstractPdfShading(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace) Creates theAbstractPdfShadingobject from the existingPdfDictionary, using provided type and colorspace.protectedAbstractPdfShadingBlend(PdfDictionary pdfObject, int shadingType, PdfColorSpace cs) Constructor for PdfShadingBlend object using PdfDictionary, shading type and colorspace value.protectedAbstractPdfShadingMesh(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace) Constructor for PdfShadingBlend object using a PdfDictionary, shading type and color space.protectedAbstractPdfShadingMeshWithFlags(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace) Constructor for PdfShadingBlend object using a PdfDictionary, shading type and color space.PdfAxialShading(PdfColorSpace cs, float x0, float y0, float[] color0, float x1, float y1, float[] color1) Creates the new instance of the class.PdfAxialShading(PdfColorSpace cs, float x0, float y0, float[] color0, float x1, float y1, float[] color1, boolean[] extend) Creates the new instance of the class.PdfAxialShading(PdfColorSpace cs, PdfArray coords, IPdfFunction function) Creates the new instance of the class.PdfAxialShading(PdfColorSpace cs, PdfArray coords, PdfArray domain, IPdfFunction function) Creates the new instance of the class.PdfCoonsPatchShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.PdfCoonsPatchShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.PdfFreeFormGouraudShadedTriangleShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.PdfFreeFormGouraudShadedTriangleShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.PdfFunctionBasedShading(PdfColorSpace colorSpace, IPdfFunction function) Creates the new instance of the class.PdfLatticeFormGouraudShadedTriangleShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, float[] decode) Creates the new instance of the class.PdfLatticeFormGouraudShadedTriangleShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, PdfArray decode) Creates the new instance of the class.PdfRadialShading(PdfColorSpace cs, float x0, float y0, float r0, float[] color0, float x1, float y1, float r1, float[] color1) Creates the new instance of the class.PdfRadialShading(PdfColorSpace cs, float x0, float y0, float r0, float[] color0, float x1, float y1, float r1, float[] color1, boolean[] extend) Creates the new instance of the class.PdfRadialShading(PdfColorSpace cs, PdfArray coords, IPdfFunction function) Creates the new instance of the class.PdfTensorProductPatchShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.PdfTensorProductPatchShading(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class. -
Uses of PdfColorSpace in com.itextpdf.kernel.pdf.function
Methods in com.itextpdf.kernel.pdf.function with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionbooleanAbstractPdfFunction.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) Chacks wether the output of the function matches in components with the passed by color space.booleanIPdfFunction.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) booleanPdfType0Function.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) booleanPdfType3Function.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) booleanPdfType4Function.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) -
Uses of PdfColorSpace in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker with type parameters of type PdfColorSpaceModifier and TypeFieldDescriptionprotected Map<PdfObject, PdfColorSpace> PdfAChecker.checkedObjectsColorspaceMethods in com.itextpdf.pdfa.checker that return PdfColorSpaceModifier and TypeMethodDescriptionprivate static PdfColorSpacePdfA4Checker.getDeviceIndependentTransparencyBlendingCSIfRbgOrCmykBased(PdfDictionary pageDict) Methods in com.itextpdf.pdfa.checker with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionprivate voidPdfA4Checker.checkAnnotationsForColorUsages(PdfArray annotations, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private voidPdfA4Checker.checkAppearanceStreamForColorUsages(PdfDictionary ap, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) voidPdfA1Checker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.voidPdfA2Checker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.voidPdfA4Checker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.abstract voidPdfAChecker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.private voidPdfA4Checker.checkContentForColorUsages(PdfObject pdfObject, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private voidPdfA4Checker.checkObjectWithResourcesForColorUsages(PdfObject objectWithResources, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private voidPdfA4Checker.checkPageContentsForColorUsages(PdfDictionary pageDict, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private voidPdfA4Checker.checkResourcesForColorUsages(PdfDictionary resources, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private voidPdfA4Checker.checkSingleResourceTypeForColorUsages(PdfDictionary singleResourceDict, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private static StringPdfA4Checker.getColorspaceTypeIfIccBasedOrCalRgb(PdfColorSpace colorspace)