| 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.doShading(COSName resourceName,
PDShading shading)
Paint shape and color shading according to shading dictionary.
|
void |
CSTextFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSPathFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSImageFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSDeviceFilter.doShading(COSName resourceName,
PDShading shading) |
void |
CSDeviceAdapter.doShading(COSName name,
PDShading shading) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSCreator.doShading(COSName name,
PDShading shading) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDAxialShading
Use axial shading for filling the shape.
|
class |
PDCoonsShading
Use coons shading for filling the shape.
|
class |
PDFreeFormShading
Use a free form shading when filling the shape.
|
class |
PDFunctionBasedShading
Evaluate a function when filling the shape.
|
class |
PDLatticeFormShading
Use the lattice shading when filling the shape.
|
class |
PDRadialShading
Use radial shading for filling the shape.
|
class |
PDTensorProductShading
Use tensor product shading when filling the shape.
|
| Modifier and Type | Method and Description |
|---|---|
PDShading |
PDShadingPattern.getShading() |
PDShading |
PDResources.getShadingResource(COSName name)
Return a named Pattern resource from the resource dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDResources.addShadingResource(COSName name,
PDShading shading) |
COSName |
PDResources.createShadingResource(PDShading shading)
Return the name of a shading resource within the resource dictionary.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.