jPod PDF library

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

Packages that use CDSRectangle
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.content.common Some common implementations on PDF content stream. 
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 CDSRectangle in de.intarsys.pdf.cds
 

Methods in de.intarsys.pdf.cds that return CDSRectangle
 CDSRectangle CDSRectangle.copy()
          Create a copy of the receiver
static CDSRectangle CDSRectangle.createFromCOS(COSArray array)
          Create a CDSRectangle from an array holding the rectangle coordinates.
 CDSRectangle CDSRectangle.moveTo(float x, float y)
          Move the rectangle to a new absolute position.
 CDSRectangle CDSRectangle.normalize()
          Adjust the corner coordinates so that lower left is really in the lower left (this means returns the smallest coordinate values).
 

Uses of CDSRectangle in de.intarsys.pdf.content.common
 

Methods in de.intarsys.pdf.content.common with parameters of type CDSRectangle
 void CSCreator.penRectangle(CDSRectangle rect)
           
 

Uses of CDSRectangle in de.intarsys.pdf.font
 

Methods in de.intarsys.pdf.font that return CDSRectangle
 CDSRectangle PDFontType3.getFontBB()
           
 CDSRectangle PDFontDescriptorType3.getFontBB()
           
 CDSRectangle PDFontDescriptorEmbedded.getFontBB()
           
 CDSRectangle PDFontDescriptorAFM.getFontBB()
           
abstract  CDSRectangle PDFontDescriptor.getFontBB()
          The character enclosing rectangle.
 

Methods in de.intarsys.pdf.font with parameters of type CDSRectangle
 void PDFontType3.setFontBB(CDSRectangle fontBB)
           
 void PDFontDescriptorEmbedded.setFontBB(CDSRectangle rect)
           
 

Uses of CDSRectangle in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return CDSRectangle
 CDSRectangle PDTilingPattern.getBoundingBox()
           
 CDSRectangle PDShading.getBoundingBox()
           
 CDSRectangle PDForm.getBoundingBox()
          The bounding box of the receiver form.
 CDSRectangle PDPageNode.getCropBox()
          The rectangle in user space coordinates defining the visible region of the page.
 CDSRectangle PDPageNode.getMediaBox()
          The rectangle in user space coordinates defining the physical page boundaries. user space is measured in 1/72 inch initially
 CDSRectangle PDAnnotation.getNormalizedRectangle()
          Convenience method to access a normalized copy of the receivers rectangle.
 CDSRectangle PDAnnotation.getRectangle()
          The CDSRectangle for the visual appearance of this.
 

Methods in de.intarsys.pdf.pd with parameters of type CDSRectangle
 void PDForm.setBoundingBox(CDSRectangle rect)
          Set the bounding box of the receiver.
 void PDPageNode.setCropBox(CDSRectangle rect)
          Set the rectangle in user space coordinates defining the visible region of the page. user space is measured in 1/72 inch initially
 void PDPageNode.setMediaBox(CDSRectangle rect)
          Set the rectangle in user space coordinates defining the physical page boundaries. user space is measured in 1/72 inch initially
 void PDAnnotation.setRectangle(CDSRectangle newRectangle)
          Assign a CDSRectangle for the visual appearance of this.
 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 CDSRectangle in de.intarsys.pdf.tools.kernel
 

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

Methods in de.intarsys.pdf.tools.kernel with parameters of type CDSRectangle
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.