| 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 | Method and Description |
|---|---|
void |
ICSDevice.setNonStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern)
Set the color used for non stroking operations, dependent on the
currently selected special color spaces.
|
void |
CSDeviceFilter.setNonStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern) |
void |
CSDeviceAdapter.setNonStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
void |
ICSDevice.setStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern)
Set the color used for stroking operations, dependent on the currently
selected special color spaces.
|
void |
CSDeviceFilter.setStrokeColorValues(float[] values,
COSName resourceName,
PDPattern pattern) |
void |
CSDeviceAdapter.setStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.setNonStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
void |
CSCreator.setStrokeColorValues(float[] values,
COSName name,
PDPattern pattern) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDShadingPattern
A shading fill pattern.
|
class |
PDTilingPattern
A tile used to fill the shape.
|
| Modifier and Type | Method and Description |
|---|---|
PDPattern |
PDResources.getPatternResource(COSName name)
Return a named Pattern resource from the resource dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDResources.addPatternResource(COSName name,
PDPattern pattern) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.