Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace
-
Packages that use PDColorSpace Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.edit The PDModel edit package will be used to store classes for creating page content.org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document.org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of PDColorSpace in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDColorSpace Modifier and Type Method Description java.util.Map<java.lang.String,PDColorSpace>PDResources. getColorSpaces()This will get the map of colorspaces.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDColorSpace Modifier and Type Method Description voidPDResources. setColorSpaces(java.util.Map<java.lang.String,PDColorSpace> csValue)This will set the map of colorspaces. -
Uses of PDColorSpace in org.apache.pdfbox.pdmodel.edit
Methods in org.apache.pdfbox.pdmodel.edit with parameters of type PDColorSpace Modifier and Type Method Description voidPDPageContentStream. setNonStrokingColorSpace(PDColorSpace colorSpace)Set the stroking color space.voidPDPageContentStream. setStrokingColorSpace(PDColorSpace colorSpace)Set the stroking color space. -
Uses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics that return PDColorSpace Modifier and Type Method Description PDColorSpacePDShading. getColorSpace()This will return the Color Space. -
Uses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics.color
Subclasses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics.color Modifier and Type Class Description classPDCalGrayThis class represents a Cal Gray color space.classPDCalRGBThis class represents a Cal RGB color space.classPDDeviceCMYKThis class represents a CMYK color space.classPDDeviceGrayThis class represents a Gray color space.classPDDeviceNThis class represents a DeviceN color space.classPDDeviceRGBThis class represents an RGB color space.classPDICCBasedThis class represents a ICC profile color space.classPDIndexedThis class represents an Indexed color space.classPDLabThis class represents a Lab color space.classPDPatternThis class represents a Pattern color space.classPDSeparationThis class represents a Separation color space.Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDColorSpace Modifier and Type Method Description static PDColorSpacePDColorSpaceFactory. createColorSpace(java.lang.String colorSpaceName)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(java.lang.String colorSpaceName, java.util.Map<java.lang.String,PDColorSpace> colorSpaces)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(COSBase colorSpace)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(COSBase colorSpace, java.util.Map<java.lang.String,PDColorSpace> colorSpaces)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(COSBase colorSpace, java.util.Map<java.lang.String,PDColorSpace> colorSpaces, java.util.Map<java.lang.String,PDPatternResources> patterns)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(PDDocument doc, java.awt.color.ColorSpace cs)This will create the correct color space from a java colorspace.PDColorSpacePDDeviceN. getAlternateColorSpace()This will get the alternate color space for this separation.PDColorSpacePDSeparation. getAlternateColorSpace()This will get the alternate color space for this separation.PDColorSpacePDIndexed. getBaseColorSpace()This will get the color space that acts as the index for this color space.PDColorSpacePDColorState. getColorSpace()This will get the current colorspace.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDColorSpace Modifier and Type Method Description voidPDDeviceN. setAlternateColorSpace(PDColorSpace cs)This will set the alternate color space.voidPDSeparation. setAlternateColorSpace(PDColorSpace cs)This will set the alternate color space.voidPDIndexed. setBaseColorSpace(PDColorSpace base)This will set the base color space.voidPDColorState. setColorSpace(PDColorSpace value)This will set the current colorspace.Method parameters in org.apache.pdfbox.pdmodel.graphics.color with type arguments of type PDColorSpace Modifier and Type Method Description static PDColorSpacePDColorSpaceFactory. createColorSpace(java.lang.String colorSpaceName, java.util.Map<java.lang.String,PDColorSpace> colorSpaces)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(COSBase colorSpace, java.util.Map<java.lang.String,PDColorSpace> colorSpaces)This will create the correct color space given the name.static PDColorSpacePDColorSpaceFactory. createColorSpace(COSBase colorSpace, java.util.Map<java.lang.String,PDColorSpace> colorSpaces, java.util.Map<java.lang.String,PDPatternResources> patterns)This will create the correct color space given the name. -
Uses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as PDColorSpace Modifier and Type Field Description protected PDColorSpaceShadingContext. colorSpaceMethods in org.apache.pdfbox.pdmodel.graphics.shading that return PDColorSpace Modifier and Type Method Description PDColorSpacePDShadingResources. getColorSpace()This will get the color space or null if none exists.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDColorSpace Modifier and Type Method Description voidPDShadingResources. setColorSpace(PDColorSpace newColorspace)This will set the color space for the shading. -
Uses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDColorSpace Modifier and Type Method Description PDColorSpacePDXObjectImage. getColorSpace()This will get the color space.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDColorSpace Modifier and Type Method Description voidPDXObjectImage. setColorSpace(PDColorSpace cs)This will set the color space for this image. -
Uses of PDColorSpace in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDColorSpace Modifier and Type Method Description PDColorSpaceImageParameters. getColorSpace()This will get the color space or null if none exists.PDColorSpaceImageParameters. getColorSpace(java.util.Map colorSpaces)This will get the color space or null if none exists.Methods in org.apache.pdfbox.util that return types with arguments of type PDColorSpace Modifier and Type Method Description java.util.Map<java.lang.String,PDColorSpace>PDFStreamEngine. getColorSpaces()Methods in org.apache.pdfbox.util with parameters of type PDColorSpace Modifier and Type Method Description voidImageParameters. setColorSpace(PDColorSpace cs)This will set the color space for this image.Method parameters in org.apache.pdfbox.util with type arguments of type PDColorSpace Modifier and Type Method Description voidPDFStreamEngine. setColorSpaces(java.util.Map<java.lang.String,PDColorSpace> value)
-