Uses of Class
org.apache.fontbox.util.BoundingBox

Packages that use BoundingBox
org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files. 
org.apache.fontbox.ttf This package contains classes to parse a TTF file. 
org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
 

Uses of BoundingBox in org.apache.fontbox.afm
 

Methods in org.apache.fontbox.afm that return BoundingBox
 BoundingBox CharMetric.getBoundingBox()
          Getter for property boundingBox.
 BoundingBox FontMetric.getFontBBox()
          Getter for property fontBBox.
 

Methods in org.apache.fontbox.afm 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.apache.fontbox.ttf
 

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

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

Uses of BoundingBox in org.apache.pdfbox.pdmodel.common
 

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



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.