Uses of Class
org.apache.pdfbox.util.Vector
-
Packages that use Vector Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.rendering org.apache.pdfbox.text org.apache.pdfbox.tools org.apache.pdfbox.util 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 Vector Modifier and Type Method Description protected void
PDFStreamEngine. showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, java.lang.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, java.lang.String unicode, Vector displacement)
Deprecated.protected void
PDFStreamEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)
Called when a glyph is to be processed.protected void
PDFStreamEngine. showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, java.lang.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
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type Vector Modifier and Type Field Description private java.util.Map<java.lang.Integer,Vector>
PDCIDFont. positionVectors
Methods in org.apache.pdfbox.pdmodel.font that return Vector Modifier and Type Method Description private Vector
PDCIDFont. getDefaultPositionVector(int cid)
Returns the default position vector (v).Vector
PDFont. getDisplacement(int code)
Returns the displacement vector (w0, w1) in text space, for the given character.Vector
PDType0Font. getDisplacement(int code)
Vector
PDType3Font. getDisplacement(int code)
Vector
PDCIDFont. getPositionVector(int code)
Vector
PDFont. getPositionVector(int code)
Vector
PDFontLike. getPositionVector(int code)
Returns the position vector (v), in text space, for the given character.Vector
PDType0Font. getPositionVector(int code)
-
Uses of Vector in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type Vector Modifier and Type Method Description private void
PageDrawer. drawGlyph2D(Glyph2D glyph2D, PDFont font, int code, Vector displacement, java.awt.geom.AffineTransform at)
Render the font using the Glyph2D interface.protected 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.text
Methods in org.apache.pdfbox.text with parameters of type Vector Modifier and Type Method Description protected void
LegacyPDFStreamEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, java.lang.String unicode, Vector displacement)
Called when a glyph is to be processed. -
Uses of Vector in org.apache.pdfbox.tools
Methods in org.apache.pdfbox.tools with parameters of type Vector Modifier and Type Method Description protected void
ExtractImages.ImageGraphicsEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)
-
Uses of Vector in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return Vector Modifier and Type Method Description Vector
Vector. scale(float sxy)
Returns a new vector scaled by both x and y.Vector
Matrix. transform(Vector vector)
Transforms the given point by this matrix.Methods in org.apache.pdfbox.util with parameters of type Vector Modifier and Type Method Description Vector
Matrix. transform(Vector vector)
Transforms the given point by this matrix.void
Matrix. translate(Vector vector)
Translates this matrix by the given vector.
-