| Package | Description |
|---|---|
| de.intarsys.pdf.cds |
CDS (Common Data Structure) defines higher level data structures or types on top
of COS types that are used all over the PDF spec.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.tools.kernel |
Tool classes for working with the kernel of the PDF implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CDSMatrix |
CDSMatrix.copy()
Create a copy of the receiver
|
static CDSMatrix |
CDSMatrix.createFromCOS(COSArray array)
Create a
CDSMatrix from an array holding the
transformation parameters. |
| Modifier and Type | Method and Description |
|---|---|
CDSMatrix |
PDFontType3.getFontMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDFontType3.setFontMatrix(CDSMatrix fontMatrix) |
| Modifier and Type | Method and Description |
|---|---|
CDSMatrix |
PDPattern.getMatrix() |
CDSMatrix |
PDFunctionBasedShading.getMatrix() |
CDSMatrix |
PDForm.getMatrix()
The form matrix of the receiver form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDPattern.setMatrix(CDSMatrix matrix) |
void |
PDForm.setMatrix(CDSMatrix matrix)
Set the matrix of the receiver.
|
void |
PDWidgetAnnotation.transform(CDSRectangle rect,
CDSMatrix matrix)
Change a given rectangle and matrix (belonging to a form) according to
the annotations defined rotation.
|
static void |
PDAnnotationTools.transform(CDSRectangle rect,
CDSMatrix matrix,
int rotation) |
| Modifier and Type | Method and Description |
|---|---|
static CDSRectangle |
PDFGeometryTools.transform(CDSMatrix matrix,
CDSRectangle rect)
Create the transformation of
rect and return it. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.