Uses of Class
com.itextpdf.text.pdf.parser.Vector
Packages that use Vector
-
Uses of Vector in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as VectorModifier and TypeFieldDescriptionprivate final VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp.endLocationthe ending location of the chunkprivate final VectorLineSegment.endPointEnd vector of the segment.private VectorSimpleTextExtractionStrategy.lastEndprivate VectorSimpleTextExtractionStrategy.lastStartprivate final VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp.orientationVectorunit vector in the orientation of the chunkprivate final VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp.startLocationthe starting location of the chunkprivate final VectorLineSegment.startPointStart vector of the segment.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.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) -
Uses of Vector in com.itextpdf.text.pdf.pdfcleanup
Constructors in com.itextpdf.text.pdf.pdfcleanup with parameters of type Vector