Uses of Class
org.openpdf.text.pdf.parser.Vector
Packages that use Vector
-
Uses of Vector in org.openpdf.text.pdf.parser
Fields in org.openpdf.text.pdf.parser declared as VectorModifier and TypeFieldDescriptionprivate VectorParsedTextImpl.baselineWe track a vector representing our baseline, left->right, so that calculations of line- change can be accurate, even with 0-length words (representing lone spaces, when those are rendered by the PDF).private VectorParsedTextImpl.endPointprivate VectorParsedTextImpl.startPointMethods in org.openpdf.text.pdf.parser that return VectorModifier and TypeMethodDescriptionComputes the sum of this vector and the specified vectorComputes the cross product of this vector and the specified matrixComputes the cross product of this vector and the specified vectorParsedTextImpl.getBaseline()Return the vector representing the baseline of this text chunk, even if the length of the text is zero.ParsedTextImpl.getEndPoint()ParsedTextImpl.getStartPoint()private static VectorParsedText.pointToUserSpace(float xOffset, float yOffset, Matrix textToUserSpaceTransformMatrix) Computes the difference between this vector and the specified vectorMethods in org.openpdf.text.pdf.parser with parameters of type VectorModifier and TypeMethodDescriptionComputes the sum of this vector and the specified vectorprivate WordParsedText.createWord(StringBuffer wordAccum, float wordStartOffset, float wordEndOffset, Vector baseline, boolean wordsAreComplete, boolean currentBreakBefore) Create a word to represent a broken substring at a space.Computes the cross product of this vector and the specified vectorprivate static floatfloatComputes the dot product of this vector with the specified vectorComputes the difference between this vector and the specified vectorConstructors in org.openpdf.text.pdf.parser with parameters of type VectorModifierConstructorDescription(package private)ParsedTextImpl(String text, Vector startPoint, Vector endPoint, Vector baseline, float ascent, float descent, float spaceWidth) (package private)Word(String text, float ascent, float descent, Vector startPoint, Vector endPoint, Vector baseline, float spaceWidth, boolean isCompleteWord, boolean breakBefore)