Uses of Class
org.sejda.sambox.util.Vector
Packages that use Vector
Package
Description
-
Uses of Vector in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.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.This method is intended for overriding in subclasses, the default implementation does nothing.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.This method is intended for overriding in subclasses, the default implementation does nothing. -
Uses of Vector in org.sejda.sambox.pdmodel.font
Methods in org.sejda.sambox.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.sejda.sambox.rendering
Methods in org.sejda.sambox.rendering with parameters of type VectorModifier and TypeMethodDescriptionprotected 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.sejda.sambox.text
Methods in org.sejda.sambox.text with parameters of type Vector -
Uses of Vector in org.sejda.sambox.util
Methods in org.sejda.sambox.util that return VectorModifier and TypeMethodDescriptionVector.scale(float sxy) Returns a new vector scaled by both x and y.Transforms the given point by this matrix.Methods in org.sejda.sambox.util with parameters of type Vector