Uses of Class
org.fontbox.util.BoundingBox

Packages that use BoundingBox
org.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files.  
org.fontbox.ttf This package contains classes to parse a TTF file. 
 

Uses of BoundingBox in org.fontbox.afm
 

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

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

Uses of BoundingBox in org.fontbox.ttf
 

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

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