Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace
Packages that use PDColorSpace
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The PDModel edit package will be used to store classes for creating page content.
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with colors that are stored in a PDF document.
This package deals with shadings which are used for filling instead of a color.
This package deals with images that are stored in a PDF document.
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 PDColorSpaceModifier and TypeMethodDescriptionPDResources.getColorSpaces()
This will get the map of colorspaces.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDColorSpaceModifier and TypeMethodDescriptionvoid
PDResources.setColorSpaces
(Map<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 PDColorSpaceModifier and TypeMethodDescriptionvoid
PDPageContentStream.setNonStrokingColorSpace
(PDColorSpace colorSpace) Set the stroking color space.void
PDPageContentStream.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 -
Uses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics.color
Subclasses of PDColorSpace in org.apache.pdfbox.pdmodel.graphics.colorModifier and TypeClassDescriptionclass
This class represents a Cal Gray color space.class
This class represents a Cal RGB color space.class
This class represents a CMYK color space.class
This class represents a Gray color space.class
This class represents a DeviceN color space.class
This class represents an RGB color space.class
This class represents a ICC profile color space.class
This class represents an Indexed color space.class
This class represents a Lab color space.class
This class represents a Pattern color space.class
This class represents a Separation color space.Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDColorSpaceModifier and TypeMethodDescriptionstatic PDColorSpace
PDColorSpaceFactory.createColorSpace
(String colorSpaceName) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(String colorSpaceName, Map<String, PDColorSpace> colorSpaces) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(COSBase colorSpace) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(COSBase colorSpace, Map<String, PDColorSpace> colorSpaces) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(COSBase colorSpace, Map<String, PDColorSpace> colorSpaces, Map<String, PDPatternResources> patterns) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(PDDocument doc, ColorSpace cs) This will create the correct color space from a java colorspace.PDDeviceN.getAlternateColorSpace()
This will get the alternate color space for this separation.PDSeparation.getAlternateColorSpace()
This will get the alternate color space for this separation.PDIndexed.getBaseColorSpace()
This will get the color space that acts as the index for this color space.PDColorState.getColorSpace()
This will get the current colorspace.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDColorSpaceModifier and TypeMethodDescriptionvoid
PDDeviceN.setAlternateColorSpace
(PDColorSpace cs) This will set the alternate color space.void
PDSeparation.setAlternateColorSpace
(PDColorSpace cs) This will set the alternate color space.void
PDIndexed.setBaseColorSpace
(PDColorSpace base) This will set the base color space.void
PDColorState.setColorSpace
(PDColorSpace value) This will set the current colorspace.Method parameters in org.apache.pdfbox.pdmodel.graphics.color with type arguments of type PDColorSpaceModifier and TypeMethodDescriptionstatic PDColorSpace
PDColorSpaceFactory.createColorSpace
(String colorSpaceName, Map<String, PDColorSpace> colorSpaces) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(COSBase colorSpace, Map<String, PDColorSpace> colorSpaces) This will create the correct color space given the name.static PDColorSpace
PDColorSpaceFactory.createColorSpace
(COSBase colorSpace, Map<String, PDColorSpace> colorSpaces, Map<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 PDColorSpaceMethods in org.apache.pdfbox.pdmodel.graphics.shading that return PDColorSpaceModifier and TypeMethodDescriptionPDShadingResources.getColorSpace()
This will get the color space or null if none exists.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type PDColorSpaceModifier and TypeMethodDescriptionvoid
PDShadingResources.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 PDColorSpaceMethods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDColorSpaceModifier and TypeMethodDescriptionvoid
PDXObjectImage.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 PDColorSpaceModifier and TypeMethodDescriptionImageParameters.getColorSpace()
This will get the color space or null if none exists.ImageParameters.getColorSpace
(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 PDColorSpaceMethods in org.apache.pdfbox.util with parameters of type PDColorSpaceModifier and TypeMethodDescriptionvoid
ImageParameters.setColorSpace
(PDColorSpace cs) This will set the color space for this image.Method parameters in org.apache.pdfbox.util with type arguments of type PDColorSpaceModifier and TypeMethodDescriptionvoid
PDFStreamEngine.setColorSpaces
(Map<String, PDColorSpace> value)