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. 
 

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)