Uses of Class
com.itextpdf.text.pdf.parser.Vector

Packages that use Vector
com.itextpdf.text.pdf.parser   
 

Uses of Vector in com.itextpdf.text.pdf.parser
 

Methods in com.itextpdf.text.pdf.parser that return Vector
 Vector Vector.cross(Matrix by)
          Computes the cross product of this vector and the specified matrix
 Vector Vector.cross(Vector with)
          Computes the cross product of this vector and the specified vector
 Vector LocationTextExtractionStrategy.TextChunk.getEndLocation()
           
 Vector LineSegment.getEndPoint()
           
 Vector LocationTextExtractionStrategy.TextChunk.getStartLocation()
           
 Vector LineSegment.getStartPoint()
           
 Vector ImageRenderInfo.getStartPoint()
           
 Vector Vector.multiply(float by)
          Multiplies the vector by a scalar
 Vector Vector.normalize()
          Normalizes the vector (i.e.
 Vector Vector.subtract(Vector v)
          Computes the difference between this vector and the specified vector
 

Methods in com.itextpdf.text.pdf.parser with parameters of type Vector
 Vector Vector.cross(Vector with)
          Computes the cross product of this vector and the specified vector
 float Vector.dot(Vector with)
          Computes the dot product of this vector with the specified vector
 Vector Vector.subtract(Vector v)
          Computes the difference between this vector and the specified vector
 

Constructors in com.itextpdf.text.pdf.parser with parameters of type Vector
LineSegment(Vector startPoint, Vector endPoint)
          Creates a new line segment.
LocationTextExtractionStrategy.TextChunk(String string, Vector startLocation, Vector endLocation, float charSpaceWidth)
           
 



Copyright © 2013. All Rights Reserved.