|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColorSpace | |
|---|---|
| org.pdfclown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
| org.pdfclown.documents.contents.colorSpaces | Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. |
| org.pdfclown.documents.contents.objects | Content stream instructions [PDF:1.6:3.7.1]. |
| Uses of ColorSpace in org.pdfclown.documents.contents |
|---|
| Methods in org.pdfclown.documents.contents that return ColorSpace | |
|---|---|
ColorSpace<?> |
ContentScanner.GraphicsState.getFillColorSpace()
Gets the current color space for nonstroking operations [PDF:1.6:4.5.1]. |
ColorSpace<?> |
TextStyle.getFillColorSpace()
|
ColorSpace<?> |
ContentScanner.GraphicsState.getStrokeColorSpace()
Gets the current color space for stroking operations [PDF:1.6:4.5.1]. |
ColorSpace<?> |
TextStyle.getStrokeColorSpace()
|
protected ColorSpace<?> |
ColorSpaceResources.wrap(PdfDirectObject baseObject)
|
| Methods in org.pdfclown.documents.contents with parameters of type ColorSpace | |
|---|---|
void |
ContentScanner.GraphicsState.setFillColorSpace(ColorSpace<?> value)
|
void |
ContentScanner.GraphicsState.setStrokeColorSpace(ColorSpace<?> value)
|
| Constructors in org.pdfclown.documents.contents with parameters of type ColorSpace | |
|---|---|
TextStyle(Font font,
double fontSize,
TextRenderModeEnum renderMode,
Color<?> strokeColor,
ColorSpace<?> strokeColorSpace,
Color<?> fillColor,
ColorSpace<?> fillColorSpace)
|
|
TextStyle(Font font,
double fontSize,
TextRenderModeEnum renderMode,
Color<?> strokeColor,
ColorSpace<?> strokeColorSpace,
Color<?> fillColor,
ColorSpace<?> fillColorSpace)
|
|
| Uses of ColorSpace in org.pdfclown.documents.contents.colorSpaces |
|---|
| Subclasses of ColorSpace in org.pdfclown.documents.contents.colorSpaces | |
|---|---|
class |
CalColorSpace
CIE-based calibrated color value [PDF:1.6:4.5.4]. |
class |
CalGrayColorSpace
CIE-based A single-transformation-stage color space, where A represents a calibrated achromatic single-component color value [PDF:1.6:4.5.4]. |
class |
CalRGBColorSpace
CIE-based ABC single-transformation-stage color space, where A, B, and C represent calibrated red, green and blue color values [PDF:1.6:4.5.4]. |
class |
CIEBasedColorSpace
Abstract CIE-based color space [PDF:1.6:4.5.4]. |
class |
DeviceCMYKColorSpace
Device Cyan-Magenta-Yellow-Key color space [PDF:1.6:4.5.3]. |
class |
DeviceColorSpace
Device color space [PDF:1.6:4.5.3]. |
class |
DeviceGrayColorSpace
Device Gray color space [PDF:1.6:4.5.3]. |
class |
DeviceNColorSpace
Special color space that can contain an arbitrary number of color components [PDF:1.6:4.5.5]. |
class |
DeviceRGBColorSpace
Device Red-Green-Blue color space [PDF:1.6:4.5.3]. |
class |
ICCBasedColorSpace
ICC-based color space [PDF:1.6:4.5.4]. |
class |
IndexedColorSpace
Indexed color space [PDF:1.6:4.5.5]. |
class |
LabColorSpace
CIE-based ABC double-transformation-stage color space, where A, B and C represent the L*, a* and b* components of a CIE 1976 L*a*b* space [PDF:1.6:4.5.4]. |
class |
PatternColorSpace
Pattern color space [PDF:1.6:4.5.5]. |
class |
SeparationColorSpace
Special color space that provides a means for specifying the use of additional colorants or for isolating the control of individual color components of a device color space for a subtractive device [PDF:1.6:4.5.5]. |
class |
SpecialColorSpace<TDataObject extends PdfDirectObject>
Special color space [PDF:1.6:4.5.5]. |
class |
SpecialDeviceColorSpace
Special device color space [PDF:1.6:4.5.5]. |
| Methods in org.pdfclown.documents.contents.colorSpaces that return ColorSpace | |
|---|---|
ColorSpace<?> |
SpecialDeviceColorSpace.getAlternateSpace()
Gets the alternate color space used in case any of the component names
in the color space do not correspond to a component available on the device. |
ColorSpace<?> |
IndexedColorSpace.getBaseSpace()
Gets the base color space in which the values in the color table are to be interpreted. |
ColorSpace<?> |
Color.getColorSpace()
|
ColorSpace<?> |
PatternColorSpace.getUnderlyingColorSpace()
Gets the color space in which the actual color of the pattern is to be specified. |
static ColorSpace<?> |
ColorSpace.wrap(PdfDirectObject baseObject)
Wraps the specified color space base object into a color space object. |
| Constructors in org.pdfclown.documents.contents.colorSpaces with parameters of type ColorSpace | |
|---|---|
Color(ColorSpace<?> colorSpace,
PdfDirectObject baseObject)
|
|
LeveledColor(ColorSpace<?> colorSpace,
PdfDirectObject baseObject)
|
|
| Uses of ColorSpace in org.pdfclown.documents.contents.objects |
|---|
| Methods in org.pdfclown.documents.contents.objects that return ColorSpace | |
|---|---|
ColorSpace<?> |
SetStrokeColorSpace.getColorSpace(IContentContext context)
Gets the color space resource to be set. |
ColorSpace<?> |
SetFillColorSpace.getColorSpace(IContentContext context)
Gets the color space resource to be set. |
ColorSpace<?> |
SetStrokeColorSpace.getResource(IContentContext context)
|
ColorSpace<?> |
SetFillColorSpace.getResource(IContentContext context)
|
|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||