|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDSMatrix | |
---|---|
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. |
Uses of CDSMatrix in de.intarsys.pdf.cds |
---|
Methods in de.intarsys.pdf.cds that return CDSMatrix | |
---|---|
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. |
Uses of CDSMatrix in de.intarsys.pdf.font |
---|
Methods in de.intarsys.pdf.font that return CDSMatrix | |
---|---|
CDSMatrix |
PDFontType3.getFontMatrix()
|
Methods in de.intarsys.pdf.font with parameters of type CDSMatrix | |
---|---|
void |
PDFontType3.setMatrix(CDSMatrix fontMatrix)
|
Uses of CDSMatrix in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return CDSMatrix | |
---|---|
CDSMatrix |
PDForm.getMatrix()
The form matrix of the receiver form. |
Methods in de.intarsys.pdf.pd with parameters of type CDSMatrix | |
---|---|
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. |
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |