Uses of Class
com.itextpdf.text.pdf.parser.Vector
Packages that use Vector
-
Uses of Vector in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return VectorModifier and TypeMethodDescriptionComputes the cross product of this vector and the specified matrixComputes the cross product of this vector and the specified vectorLocationTextExtractionStrategy.TextChunk.getEndLocation()LocationTextExtractionStrategy.TextChunkLocation.getEndLocation()LocationTextExtractionStrategy.TextChunkLocationDefaultImp.getEndLocation()LineSegment.getEndPoint()LocationTextExtractionStrategy.TextChunk.getStartLocation()LocationTextExtractionStrategy.TextChunkLocation.getStartLocation()LocationTextExtractionStrategy.TextChunkLocationDefaultImp.getStartLocation()ImageRenderInfo.getStartPoint()LineSegment.getStartPoint()Vector.multiply(float by) Multiplies the vector by a scalarVector.normalize()Normalizes the vector (i.e. returns the unit vector in the same orientation as this vector)Computes the difference between this vector and the specified vectorMethods in com.itextpdf.text.pdf.parser with parameters of type VectorModifier and TypeMethodDescriptionComputes the cross product of this vector and the specified vectorfloatComputes the dot product of this vector with the specified vectorComputes the difference between this vector and the specified vectorConstructors in com.itextpdf.text.pdf.parser with parameters of type VectorModifierConstructorDescriptionLineSegment(Vector startPoint, Vector endPoint) Creates a new line segment.TextChunkLocationDefaultImp(Vector startLocation, Vector endLocation, float charSpaceWidth)