jPod PDF library

Uses of Class
de.intarsys.pdf.cds.CDSMatrix

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. 
de.intarsys.pdf.tools.kernel Tool classes for working with the kernel of the PDF implementation. 
 

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.setFontMatrix(CDSMatrix fontMatrix)
           
 

Uses of CDSMatrix in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return CDSMatrix
 CDSMatrix PDPattern.getMatrix()
           
 CDSMatrix PDFunctionBasedShading.getMatrix()
           
 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.
static void PDAnnotationTools.transform(CDSRectangle rect, CDSMatrix matrix, int rotation)
           
 

Uses of CDSMatrix in de.intarsys.pdf.tools.kernel
 

Methods in de.intarsys.pdf.tools.kernel with parameters of type CDSMatrix
static CDSRectangle PDFGeometryTools.transform(CDSMatrix matrix, CDSRectangle rect)
          Create the transformation of rect and return it.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.