Uses of Class
org.apache.fontbox.util.BoundingBox
Packages that use BoundingBox
Package
Description
This package holds classes used to parse AFM(Adobe Font Metrics) files.
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
This package contains classes to parse a TTF file.
This package holds classes used to parse Type1-Fonts.
High level PD classes that are used throughout several packages are placed in the PDModel common package.
Classes to deal with font functionality in a PDF Document.
-
Uses of BoundingBox in org.apache.fontbox
Methods in org.apache.fontbox that return BoundingBoxModifier and TypeMethodDescriptionFontBoxFont.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 BoundingBoxModifier and TypeFieldDescriptionprivate BoundingBoxCharMetric.boundingBoxprivate BoundingBoxFontMetrics.fontBBoxMethods in org.apache.fontbox.afm that return BoundingBoxModifier and TypeMethodDescriptionCharMetric.getBoundingBox()Getter for property boundingBox.FontMetrics.getFontBBox()Getter for property fontBBox.Methods in org.apache.fontbox.afm with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoidCharMetric.setBoundingBox(BoundingBox bBox) Setter for property boundingBox.voidFontMetrics.setFontBBox(BoundingBox bBox) Setter for property fontBBox. -
Uses of BoundingBox in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff that return BoundingBox -
Uses of BoundingBox in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as BoundingBoxMethods in org.apache.fontbox.ttf that return BoundingBoxMethods in org.apache.fontbox.ttf with parameters of type BoundingBox -
Uses of BoundingBox in org.apache.fontbox.type1
Methods in org.apache.fontbox.type1 that return BoundingBox -
Uses of BoundingBox in org.apache.pdfbox.pdmodel.common
Constructors in org.apache.pdfbox.pdmodel.common with parameters of type BoundingBox -
Uses of BoundingBox in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as BoundingBoxModifier and TypeFieldDescriptionprivate BoundingBoxPDCIDFontType0.fontBBoxprivate BoundingBoxPDCIDFontType2.fontBBoxprivate BoundingBoxPDTrueTypeFont.fontBBoxprivate BoundingBoxPDType1CFont.fontBBoxprivate BoundingBoxPDType1Font.fontBBoxprivate BoundingBoxPDType3Font.fontBBoxMethods in org.apache.pdfbox.pdmodel.font that return BoundingBoxModifier and TypeMethodDescriptionprivate BoundingBoxPDCIDFontType0.generateBoundingBox()private BoundingBoxPDCIDFontType2.generateBoundingBox()private BoundingBoxPDTrueTypeFont.generateBoundingBox()private BoundingBoxPDType1CFont.generateBoundingBox()private BoundingBoxPDType1Font.generateBoundingBox()private BoundingBoxPDType3Font.generateBoundingBox()PDCIDFontType0.getBoundingBox()PDCIDFontType2.getBoundingBox()PDFontLike.getBoundingBox()Returns the font's bounding box.PDTrueTypeFont.getBoundingBox()PDType0Font.getBoundingBox()PDType1CFont.getBoundingBox()PDType1Font.getBoundingBox()PDType3Font.getBoundingBox() -
Uses of BoundingBox in org.apache.pdfbox.preflight.font.util
Fields in org.apache.pdfbox.preflight.font.util declared as BoundingBox