Uses of Class
com.itextpdf.kernel.pdf.colorspace.PdfColorSpace
-
-
Uses of PdfColorSpace in com.itextpdf.kernel.colors
Fields in com.itextpdf.kernel.colors declared as PdfColorSpace Modifier and Type Field Description protected PdfColorSpaceColor. colorSpaceThe color space of the colorMethods in com.itextpdf.kernel.colors that return PdfColorSpace Modifier and Type Method Description private static PdfColorSpacePatternColor. ensureNotPatternCs(PdfColorSpace underlyingCS)PdfColorSpaceColor. getColorSpace()Returns thecolor spaceto which the color is related.Methods in com.itextpdf.kernel.colors with parameters of type PdfColorSpace Modifier and Type Method Description private 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 PdfColorSpace Constructor Description Color(PdfColorSpace colorSpace, float[] colorValue)Creates a Color of certain color space and color value.DeviceN(java.util.List<java.lang.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(java.lang.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 PdfColorSpace Modifier and Type Method Description PdfColorSpacePdfResources. getColorSpace(PdfName name)Methods in com.itextpdf.kernel.pdf with parameters of type PdfColorSpace Modifier and Type Method Description PdfNamePdfResources. 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 PdfColorSpace Modifier and Type Method Description private ColorPdfCanvas. createColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern)PdfCanvasPdfCanvas. setColor(PdfColorSpace colorSpace, float[] colorValue, boolean fill)Changes the current color for paths.PdfCanvasPdfCanvas. setColor(PdfColorSpace colorSpace, float[] colorValue, PdfPattern pattern, boolean fill)Changes the current color for paths with an explicitly defined pattern.PdfCanvasPdfPatternCanvas. 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 PdfColorSpace Modifier and Type Method Description (package private) static PdfColorSpacePdfCanvasProcessor.SetColorSpaceFillOperator. determineColorSpace(PdfName colorSpace, PdfCanvasProcessor processor)Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfColorSpace Modifier and Type Method Description private static ColorPdfCanvasProcessor. getColor(PdfColorSpace pdfColorSpace, java.util.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.colorspace Modifier and Type Class Description classPdfCieBasedCsstatic classPdfCieBasedCs.CalGraystatic classPdfCieBasedCs.CalRgbstatic classPdfCieBasedCs.IccBasedstatic classPdfCieBasedCs.LabclassPdfDeviceCsstatic classPdfDeviceCs.Cmykstatic classPdfDeviceCs.Graystatic classPdfDeviceCs.RgbclassPdfSpecialCsstatic classPdfSpecialCs.DeviceNstatic classPdfSpecialCs.Indexedstatic classPdfSpecialCs.NChannelstatic classPdfSpecialCs.Patternstatic classPdfSpecialCs.Separationstatic classPdfSpecialCs.UncoloredTilingPatternMethods in com.itextpdf.kernel.pdf.colorspace that return PdfColorSpace Modifier and Type Method Description PdfColorSpacePdfSpecialCs.DeviceN. getBaseCs()PdfColorSpacePdfSpecialCs.Indexed. getBaseCs()PdfColorSpacePdfSpecialCs.Separation. getBaseCs()PdfColorSpacePdfSpecialCs.UncoloredTilingPattern. getUnderlyingColorSpace()static PdfColorSpacePdfColorSpace. makeColorSpace(PdfObject pdfObject)Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfColorSpace Constructor Description DeviceN(java.util.List<java.lang.String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform)Creates a new DiviceN colorspace.NChannel(java.util.List<java.lang.String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes)Creates a new NChannel colorspace.Separation(java.lang.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 PdfColorSpace Constructor Description AbstractPdfShading(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace)Creates theAbstractPdfShadingobject from the existingPdfDictionary, using provided type and colorspace.AbstractPdfShadingBlend(PdfDictionary pdfObject, int shadingType, PdfColorSpace cs)Constructor for PdfShadingBlend object using PdfDictionary, shading type and colorspace value.AbstractPdfShadingMesh(PdfDictionary pdfObject, int type, PdfColorSpace colorSpace)Constructor for PdfShadingBlend object using a PdfDictionary, shading type and color space.AbstractPdfShadingMeshWithFlags(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 PdfColorSpace Modifier and Type Method Description booleanAbstractPdfFunction. 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 PdfColorSpace Modifier and Type Field Description protected java.util.Map<PdfObject,PdfColorSpace>PdfAChecker. checkedObjectsColorspaceMethods in com.itextpdf.pdfa.checker that return PdfColorSpace Modifier and Type Method Description private static PdfColorSpacePdfA4Checker. getDeviceIndependentTransparencyBlendingCSIfRbgOrCmykBased(PdfDictionary pageDict)Methods in com.itextpdf.pdfa.checker with parameters of type PdfColorSpace Modifier and Type Method Description private 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, java.lang.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, java.lang.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, java.lang.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, java.lang.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 java.lang.StringPdfA4Checker. getColorspaceTypeIfIccBasedOrCalRgb(PdfColorSpace colorspace)
-