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 TypeMethodDescriptionColor.getColorSpace()Returns thecolor spaceto which the color is related.Methods in com.itextpdf.kernel.colors with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionstatic 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.DeviceN(List<String> names, PdfColorSpace alternateCs, PdfFunction tintTransform, float[] value) Deprecated.Indexed(PdfColorSpace colorSpace) Indexed(PdfColorSpace colorSpace, int colorValue) PatternColor(PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue) Separation(String name, PdfColorSpace alternateCs, IPdfFunction tintTransform, float value) Creates a color in a new separation color space.Separation(String name, PdfColorSpace alternateCs, PdfFunction tintTransform, float value) Deprecated.Use constructorSeparation(String, PdfColorSpace, IPdfFunction, float)Separation} instead -
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 TypeMethodDescriptionPdfCanvas.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.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 PdfColorSpaceModifierConstructorDescriptionAxial(PdfColorSpace cs, float x0, float y0, float[] color0, float x1, float y1, float[] color1) Creates the new instance of the class.Axial(PdfColorSpace cs, float x0, float y0, float[] color0, float x1, float y1, float[] color1, boolean[] extend) Creates the new instance of the class.Axial(PdfColorSpace cs, PdfArray coords, PdfFunction function) Creates the new instance of the class.Axial(PdfColorSpace cs, PdfArray coords, PdfArray domain, PdfFunction function) Creates the new instance of the class.CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.DeviceN(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new DiviceN colorspace.DeviceN(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform) Deprecated.Use constructorDeviceN(List, PdfColorSpace, IPdfFunction)instead.FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.FunctionBased(PdfColorSpace colorSpace, PdfFunction function) Creates the new instance of the class.LatticeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, float[] decode) Creates the new instance of the class.LatticeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, PdfArray decode) Creates the new instance of the class.NChannel(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace.NChannel(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform, PdfDictionary attributes) Deprecated.Use constructorNChannelinsteadprotectedPdfShading(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace) Creates thePdfShadingobject from the existingPdfDictionary, using provided type and colorspace.Radial(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.Radial(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.Radial(PdfColorSpace cs, PdfArray coords, PdfFunction function) Creates the new instance of the class.Separation(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new separation color space.Separation(String name, PdfColorSpace alternateSpace, PdfFunction tintTransform) Deprecated.This constructor has been replaced bySeparation(String, PdfColorSpace, IPdfFunction)TensorProductPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) Creates the new instance of the class.TensorProductPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.UncoloredTilingPattern(PdfColorSpace underlyingColorSpace) -
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) booleanPdfFunction.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) Deprecated.booleanPdfFunction.Type0.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) Deprecated.booleanPdfFunction.Type4.checkCompatibilityWithColorSpace(PdfColorSpace alternateSpace) Deprecated.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 with parameters of type PdfColorSpaceModifier and TypeMethodDescriptionvoidPdfA1Checker.checkColorSpace(PdfColorSpace colorSpace, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) voidPdfA2Checker.checkColorSpace(PdfColorSpace colorSpace, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) abstract voidPdfAChecker.checkColorSpace(PdfColorSpace colorSpace, 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.
DeviceN(List, PdfColorSpace, IPdfFunction, float[])DeviceN} instead.