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 VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp. endLocationthe ending location of the chunkprivate VectorLineSegment. endPointEnd vector of the segment.private VectorSimpleTextExtractionStrategy. lastEndprivate VectorSimpleTextExtractionStrategy. lastStartprivate VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp. orientationVectorunit vector in the orientation of the chunkprivate VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp. startLocationthe starting location of the chunkprivate VectorLineSegment. startPointStart vector of the segment.Methods in com.itextpdf.text.pdf.parser that return Vector Modifier and Type Method Description VectorVector. cross(Matrix by)Computes the cross product of this vector and the specified matrixVectorVector. cross(Vector with)Computes the cross product of this vector and the specified vectorVectorLocationTextExtractionStrategy.TextChunk. getEndLocation()VectorLocationTextExtractionStrategy.TextChunkLocation. getEndLocation()VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp. getEndLocation()VectorLineSegment. getEndPoint()VectorLocationTextExtractionStrategy.TextChunk. getStartLocation()VectorLocationTextExtractionStrategy.TextChunkLocation. getStartLocation()VectorLocationTextExtractionStrategy.TextChunkLocationDefaultImp. getStartLocation()VectorImageRenderInfo. getStartPoint()VectorLineSegment. getStartPoint()VectorVector. multiply(float by)Multiplies the vector by a scalarVectorVector. normalize()Normalizes the vector (i.e.VectorVector. 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 VectorVector. cross(Vector with)Computes the cross product of this vector and the specified vectorfloatVector. dot(Vector with)Computes the dot product of this vector with the specified vectorVectorVector. 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)
-