Uses of Class
org.apache.pdfbox.util.Vector
Packages that use Vector
Package
Description
This package contains provides classes for working with content streams.
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 void
PDFStreamEngine.showFontGlyph
(Matrix textRenderingMatrix, PDFont font, int code, String unicode, Vector displacement) Deprecated.protected void
PDFStreamEngine.showFontGlyph
(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) Called when a glyph is to be processed.protected void
PDFStreamEngine.showGlyph
(Matrix textRenderingMatrix, PDFont font, int code, String unicode, Vector displacement) Deprecated.protected void
Called when a glyph is to be processed.protected void
PDFStreamEngine.showType3Glyph
(Matrix textRenderingMatrix, PDType3Font font, int code, String unicode, Vector displacement) Deprecated.protected void
PDFStreamEngine.showType3Glyph
(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement) Called when a glyph is to be processed. -
Uses of Vector in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return VectorModifier and TypeMethodDescriptionPDFont.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 TypeMethodDescriptionprotected void
PageDrawer.showFontGlyph
(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement) protected void
PageDrawer.showType3Glyph
(Matrix textRenderingMatrix, PDType3Font font, int code, Vector displacement) -
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
PDFStreamEngine.showFontGlyph(Matrix, PDFont, int, Vector)
instead