| Package | Description |
|---|---|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.content.common |
Some common implementations on PDF content stream.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Field and Description |
|---|---|
PDColorSpace |
GraphicsState.nonStrokeColorSpace |
PDColorSpace |
GraphicsState.strokeColorSpace |
| Modifier and Type | Method and Description |
|---|---|
void |
ICSDevice.setNonStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace)
Set color space for non-stroking.
|
void |
CSDeviceFilter.setNonStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace) |
void |
CSDeviceAdapter.setNonStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
void |
ICSDevice.setStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace)
Set color space for stroking.
|
void |
CSDeviceFilter.setStrokeColorSpace(COSName resourceName,
PDColorSpace colorSpace) |
void |
CSDeviceAdapter.setStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.setNonStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
void |
CSCreator.setStrokeColorSpace(COSName name,
PDColorSpace colorSpace) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDCSCalGray
Calibrated gray color space.
|
class |
PDCSCalRGB
Calibrated RGB color space.
|
class |
PDCSCIEBased
Abstract superclass for all CIE based color spaces
|
class |
PDCSDevice
Abstract superclass for all device color spaces.
|
class |
PDCSDeviceCMYK
Device color space CMYK support.
|
class |
PDCSDeviceGray
Device color space gray support.
|
class |
PDCSDeviceN
Special color space.
|
class |
PDCSDeviceRGB
Device color space RGB support.
|
class |
PDCSICCBased
ICC standards based color space definition.
|
class |
PDCSIndexed
Support for indexed color spaces.
|
class |
PDCSLab
Support for lab color space.
|
class |
PDCSPattern
Support for pattern based color spaces.
|
class |
PDCSSeparation
Separation color spaces.
|
class |
PDCSSpecial
Abstract superclass for special color spaces.
|
| Modifier and Type | Method and Description |
|---|---|
PDColorSpace |
PDCSSeparation.getAlternate() |
PDColorSpace |
PDCSICCBased.getAlternate() |
PDColorSpace |
PDCSDeviceN.getAlternate() |
PDColorSpace |
PDCSCalRGB.getAlternate() |
PDColorSpace |
PDCSCalGray.getAlternate() |
PDColorSpace |
PDCSIndexed.getBaseColorSpace() |
PDColorSpace |
PDShading.getColorSpace() |
PDColorSpace |
PDImage.getColorSpace()
The color space used by the image.
|
PDColorSpace |
PDResources.getColorSpaceResource(COSName name)
A named ColorSpace resource from the resource dictionary.
|
static PDColorSpace |
PDColorSpace.getNamed(COSName name) |
static PDColorSpace |
PDColorSpace.getSingleton(COSName name)
return the singleton color space instance corresponding to the given name
|
PDColorSpace |
PDCSPattern.getUnderlyingColorSpace()
Returns the underlying color space in which the actual color of the
pattern shall be specified, if this color space represents and uncolored
tiling pattern and null otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDResources.addColorSpaceResource(COSName name,
PDColorSpace colorSpace) |
COSName |
PDResources.createColorSpaceResource(PDColorSpace colorSpace)
Return the name of a ColorSpace resource within the resource dictionary.
|
void |
PDImage.setColorSpace(PDColorSpace paramCachedColorSpace)
In inline images the color space may reference the resource dictionary.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.