Uses of Class
org.apache.pdfbox.util.Vector
Packages that use Vector
Package
Description
This package contains provides classes for working with content streams.
The packages in this package will show how to use the PDFBox util API.
Classes to deal with font functionality in a PDF Document.
This package contains utility classes that are used by the PDFBox project.
-
Uses of Vector in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type VectorModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) Called when a glyph is to be processed.protected voidCalled when a glyph is to be processed.protected voidPDFStreamEngine.showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement) Called when a glyph is to be processed. -
Uses of Vector in org.apache.pdfbox.debugger.pagepane
Methods in org.apache.pdfbox.debugger.pagepane with parameters of type VectorModifier and TypeMethodDescriptionprivate ShapeDebugTextOverlay.DebugTextStripper.calculateGlyphBounds(AffineTransform at, PDFont font, int code, Vector displacement) protected voidDebugTextOverlay.DebugTextStripper.showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) -
Uses of Vector in org.apache.pdfbox.examples.rendering
Methods in org.apache.pdfbox.examples.rendering with parameters of type VectorModifier and TypeMethodDescriptionprotected voidCustomGraphicsStreamEngine.showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) Overridden from PDFStreamEngine.protected voidCustomPageDrawer.MyPageDrawer.showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) Glyph bounding boxes. -
Uses of Vector in org.apache.pdfbox.examples.util
Methods in org.apache.pdfbox.examples.util with parameters of type Vector -
Uses of Vector in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type VectorMethods in org.apache.pdfbox.pdmodel.font that return VectorModifier and TypeMethodDescriptionprivate VectorPDCIDFont.getDefaultPositionVector(int cid) Returns the default position vector (v).PDFont.getDisplacement(int code) Returns the displacement vector (w0, w1) in text space, for the given character.PDType0Font.getDisplacement(int code) PDType3Font.getDisplacement(int code) PDCIDFont.getPositionVector(int code) PDFont.getPositionVector(int code) PDFontLike.getPositionVector(int code) Returns the position vector (v), in text space, for the given character.PDType0Font.getPositionVector(int code) -
Uses of Vector in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type VectorModifier and TypeMethodDescriptionprivate voidPageDrawer.drawGlyph(GeneralPath path, PDFont font, int code, Vector displacement, AffineTransform at) Renders a glyph.protected voidPageDrawer.showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) protected voidPageDrawer.showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement) -
Uses of Vector in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text with parameters of type Vector -
Uses of Vector in org.apache.pdfbox.tools
Methods in org.apache.pdfbox.tools with parameters of type Vector -
Uses of Vector in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return VectorModifier and TypeMethodDescriptionVector.scale(float sxy) Returns a new vector scaled by both x and y.Transforms the given vector by this matrix.Methods in org.apache.pdfbox.util with parameters of type Vector