Uses of Class
com.itextpdf.text.pdf.parser.Vector
-
Packages that use Vector Package Description com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.pdfcleanup -
-
Uses of Vector in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as Vector Modifier and Type Field Description private Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp. endLocation
the ending location of the chunkprivate Vector
LineSegment. endPoint
End vector of the segment.private Vector
SimpleTextExtractionStrategy. lastEnd
private Vector
SimpleTextExtractionStrategy. lastStart
private Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp. orientationVector
unit vector in the orientation of the chunkprivate Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp. startLocation
the starting location of the chunkprivate Vector
LineSegment. startPoint
Start vector of the segment.Methods in com.itextpdf.text.pdf.parser that return Vector Modifier and Type Method Description Vector
Vector. cross(Matrix by)
Computes the cross product of this vector and the specified matrixVector
Vector. cross(Vector with)
Computes the cross product of this vector and the specified vectorVector
LocationTextExtractionStrategy.TextChunk. getEndLocation()
Vector
LocationTextExtractionStrategy.TextChunkLocation. getEndLocation()
Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp. getEndLocation()
Vector
LineSegment. getEndPoint()
Vector
LocationTextExtractionStrategy.TextChunk. getStartLocation()
Vector
LocationTextExtractionStrategy.TextChunkLocation. getStartLocation()
Vector
LocationTextExtractionStrategy.TextChunkLocationDefaultImp. getStartLocation()
Vector
ImageRenderInfo. getStartPoint()
Vector
LineSegment. getStartPoint()
Vector
Vector. multiply(float by)
Multiplies the vector by a scalarVector
Vector. normalize()
Normalizes the vector (i.e.Vector
Vector. subtract(Vector v)
Computes the difference between this vector and the specified vectorMethods in com.itextpdf.text.pdf.parser with parameters of type Vector Modifier and Type Method Description Vector
Vector. cross(Vector with)
Computes the cross product of this vector and the specified vectorfloat
Vector. dot(Vector with)
Computes the dot product of this vector with the specified vectorVector
Vector. subtract(Vector v)
Computes the difference between this vector and the specified vectorConstructors in com.itextpdf.text.pdf.parser with parameters of type Vector Constructor Description LineSegment(Vector startPoint, Vector endPoint)
Creates a new line segment.TextChunk(java.lang.String string, Vector startLocation, Vector endLocation, float charSpaceWidth)
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 Constructor Description Text(PdfString text, Vector startLocation, Vector endLocation, boolean visible, int numOfStrTextBelongsTo)
-