Uses of Class
com.lowagie.text.pdf.parser.Vector
-
Packages that use Vector Package Description com.lowagie.text.pdf.parser -
-
Uses of Vector in com.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser that return Vector Modifier and Type Method Description VectorVector. add(Vector v)Computes the sum of this vector and the specified vectorVectorVector. cross(Matrix by)Computes the cross product of this vector and the specified matrixVectorVector. cross(Vector with)Computes the cross product of this vector and the specified vectorVectorParsedTextImpl. getBaseline()Return the vector representing the baseline of this text chunk, even if the length of the text is zero.VectorParsedTextImpl. getEndPoint()VectorParsedTextImpl. getStartPoint()VectorVector. subtract(Vector v)Computes the difference between this vector and the specified vectorMethods in com.lowagie.text.pdf.parser with parameters of type Vector Modifier and Type Method Description VectorVector. add(Vector v)Computes the sum of this vector and the specified vectorVectorVector. cross(Vector with)Computes the cross product of this vector and the specified vectorfloatVector. dot(Vector with)Computes the dot product of this vector with the specified vectorVectorVector. subtract(Vector v)Computes the difference between this vector and the specified vector
-