Uses of Class
org.pdfbox.util.BoundingBox

Packages that use BoundingBox
org.pdfbox.afmtypes This package contains all the base types that can be found in an AFM file. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.pdfbox.ttf This package contains classes to parse a TTF file. 
 

Uses of BoundingBox in org.pdfbox.afmtypes
 

Methods in org.pdfbox.afmtypes that return BoundingBox
 BoundingBox CharMetric.getBoundingBox()
          Getter for property boundingBox.
 BoundingBox FontMetric.getFontBBox()
          Getter for property fontBBox.
 

Methods in org.pdfbox.afmtypes with parameters of type BoundingBox
 void CharMetric.setBoundingBox(BoundingBox bBox)
          Setter for property boundingBox.
 void FontMetric.setFontBBox(BoundingBox bBox)
          Setter for property fontBBox.
 

Uses of BoundingBox in org.pdfbox.pdmodel.common
 

Constructors in org.pdfbox.pdmodel.common with parameters of type BoundingBox
PDRectangle(BoundingBox box)
          Constructor.
 

Uses of BoundingBox in org.pdfbox.ttf
 

Methods in org.pdfbox.ttf that return BoundingBox
 BoundingBox GlyphData.getBoundingBox()
           
 

Methods in org.pdfbox.ttf with parameters of type BoundingBox
 void GlyphData.setBoundingBox(BoundingBox boundingBoxValue)
           
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.