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 Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.endLocation
the ending location of the chunkprivate final Vector
LineSegment.endPoint
End vector of the segment.private Vector
SimpleTextExtractionStrategy.lastEnd
private Vector
SimpleTextExtractionStrategy.lastStart
private final Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.orientationVector
unit vector in the orientation of the chunkprivate final Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.startLocation
the starting location of the chunkprivate final Vector
LineSegment.startPoint
Start 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 vectorfloat
Computes 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