Frames | No Frames |
Methods with parameter type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
void | Set the stroking color space. |
void | Set the stroking color space. |
Methods with parameter type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
void | This will set the color space for this image.
|
Methods with return type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
PDColorSpace | This will get the color space or null if none exists.
|
Classes derived from org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
class | 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 with parameter type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
void | This will set the alternate color space.
|
void | This will set the alternate color space.
|
void | This will set the base color space.
|
void | This will set the current colorspace.
|
Methods with return type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
PDColorSpace | PDColorSpaceFactory.createColorSpace(String colorSpaceName) This will create the correct color space given the name.
|
PDColorSpace | This will create the correct color space given the name.
|
PDColorSpace | This will create the correct color space from a java colorspace.
|
PDColorSpace | This will get the alternate color space for this separation.
|
PDColorSpace | This will get the alternate color space for this separation.
|
PDColorSpace | This will get the color space that acts as the index for this color space.
|
PDColorSpace | This will get the current colorspace.
|
Methods with parameter type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
void | This will set the color space for this image.
|
Methods with return type org.pdfbox.pdmodel.graphics.color.PDColorSpace | |
PDColorSpace | This will get the color space or null if none exists.
|