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.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 voidPDFStreamEngine. showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, java.lang.String unicode, Vector displacement)Deprecated.protected voidPDFStreamEngine. showFontGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)Called when a glyph is to be processed.protected voidPDFStreamEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, java.lang.String unicode, Vector displacement)Deprecated.protected voidPDFStreamEngine. showGlyph(Matrix textRenderingMatrix, PDFont font, int code, Vector displacement)Called when a glyph is to be processed.protected voidPDFStreamEngine. showType3Glyph(Matrix textRenderingMatrix, PDType3Font font, int code, java.lang.String unicode, Vector displacement)Deprecated.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.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return Vector Modifier and Type Method Description VectorPDFont. getDisplacement(int code)Returns the displacement vector (w0, w1) in text space, for the given character.VectorPDType0Font. getDisplacement(int code)VectorPDType3Font. getDisplacement(int code)VectorPDCIDFont. getPositionVector(int code)VectorPDFont. getPositionVector(int code)VectorPDFontLike. getPositionVector(int code)Returns the position vector (v), in text space, for the given character.VectorPDType0Font. 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 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.util
Methods in org.apache.pdfbox.util that return Vector Modifier and Type Method Description VectorVector. scale(float sxy)Returns a new vector scaled by both x and y.VectorMatrix. transform(Vector vector)Transforms the given vector by this matrix.Methods in org.apache.pdfbox.util with parameters of type Vector Modifier and Type Method Description VectorMatrix. transform(Vector vector)Transforms the given vector by this matrix.voidMatrix. translate(Vector vector)Translates this matrix by the given vector.
-