Uses of Class
org.apache.fontbox.util.BoundingBox
-
Packages that use BoundingBox Package Description org.apache.fontbox org.apache.fontbox.afm This package holds classes used to parse AFM(Adobe Font Metrics) files.org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.type1 This package holds classes used to parse Type1-Fonts.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.preflight.font.util -
-
Uses of BoundingBox in org.apache.fontbox
Methods in org.apache.fontbox that return BoundingBox Modifier and Type Method Description BoundingBox
FontBoxFont. getFontBBox()
Returns the font's bounding box in PostScript units. -
Uses of BoundingBox in org.apache.fontbox.afm
Fields in org.apache.fontbox.afm declared as BoundingBox Modifier and Type Field Description private BoundingBox
CharMetric. boundingBox
private BoundingBox
FontMetrics. fontBBox
Methods in org.apache.fontbox.afm that return BoundingBox Modifier and Type Method Description BoundingBox
CharMetric. getBoundingBox()
Getter for property boundingBox.BoundingBox
FontMetrics. getFontBBox()
Getter for property fontBBox.Methods in org.apache.fontbox.afm with parameters of type BoundingBox Modifier and Type Method Description void
CharMetric. setBoundingBox(BoundingBox bBox)
Setter for property boundingBox.void
FontMetrics. setFontBBox(BoundingBox bBox)
Setter for property fontBBox. -
Uses of BoundingBox in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff that return BoundingBox Modifier and Type Method Description BoundingBox
CFFFont. getFontBBox()
Returns the FontBBox. -
Uses of BoundingBox in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as BoundingBox Modifier and Type Field Description private BoundingBox
GlyphData. boundingBox
Methods in org.apache.fontbox.ttf that return BoundingBox Modifier and Type Method Description BoundingBox
GlyphData. getBoundingBox()
BoundingBox
TrueTypeFont. getFontBBox()
Methods in org.apache.fontbox.ttf with parameters of type BoundingBox Modifier and Type Method Description void
GlyphData. setBoundingBox(BoundingBox boundingBoxValue)
-
Uses of BoundingBox in org.apache.fontbox.type1
Methods in org.apache.fontbox.type1 that return BoundingBox Modifier and Type Method Description BoundingBox
Type1Font. getFontBBox()
Returns the font bounding box. -
Uses of BoundingBox in org.apache.pdfbox.pdmodel.common
Constructors in org.apache.pdfbox.pdmodel.common with parameters of type BoundingBox Constructor Description PDRectangle(BoundingBox box)
Constructor. -
Uses of BoundingBox in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as BoundingBox Modifier and Type Field Description private BoundingBox
PDCIDFontType0. fontBBox
private BoundingBox
PDCIDFontType2. fontBBox
private BoundingBox
PDTrueTypeFont. fontBBox
private BoundingBox
PDType1CFont. fontBBox
private BoundingBox
PDType1Font. fontBBox
private BoundingBox
PDType3Font. fontBBox
Methods in org.apache.pdfbox.pdmodel.font that return BoundingBox Modifier and Type Method Description private BoundingBox
PDCIDFontType0. generateBoundingBox()
private BoundingBox
PDCIDFontType2. generateBoundingBox()
private BoundingBox
PDTrueTypeFont. generateBoundingBox()
private BoundingBox
PDType1CFont. generateBoundingBox()
private BoundingBox
PDType1Font. generateBoundingBox()
private BoundingBox
PDType3Font. generateBoundingBox()
BoundingBox
PDCIDFontType0. getBoundingBox()
BoundingBox
PDCIDFontType2. getBoundingBox()
BoundingBox
PDFontLike. getBoundingBox()
Returns the font's bounding box.BoundingBox
PDTrueTypeFont. getBoundingBox()
BoundingBox
PDType0Font. getBoundingBox()
BoundingBox
PDType1CFont. getBoundingBox()
BoundingBox
PDType1Font. getBoundingBox()
BoundingBox
PDType3Font. getBoundingBox()
-
Uses of BoundingBox in org.apache.pdfbox.preflight.font.util
Fields in org.apache.pdfbox.preflight.font.util declared as BoundingBox Modifier and Type Field Description private BoundingBox
PreflightType3Stream. box
-