Uses of Class
com.itextpdf.kernel.geom.Vector
-
Packages that use Vector Package Description com.itextpdf.kernel.geom com.itextpdf.kernel.pdf.canvas com.itextpdf.kernel.pdf.canvas.parser.data com.itextpdf.kernel.pdf.canvas.parser.listener com.itextpdf.svg.utils -
-
Uses of Vector in com.itextpdf.kernel.geom
Fields in com.itextpdf.kernel.geom declared as Vector Modifier and Type Field Description private Vector
LineSegment. endPoint
End vector of the segment.private Vector
LineSegment. startPoint
Start vector of the segment.Methods in com.itextpdf.kernel.geom 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
LineSegment. getEndPoint()
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.kernel.geom with parameters of type Vector Modifier and Type Method Description boolean
LineSegment. containsPoint(Vector point)
Checks if a segment contains a given point in itselfVector
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.kernel.geom with parameters of type Vector Constructor Description LineSegment(Vector startPoint, Vector endPoint)
Creates a new line segment. -
Uses of Vector in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type Vector Modifier and Type Method Description private static float[]
PdfCanvas. calculateTransformationMatrix(Vector expectedMin, Vector expectedMax, Vector actualMin, Vector actualMax)
-
Uses of Vector in com.itextpdf.kernel.pdf.canvas.parser.data
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return Vector Modifier and Type Method Description Vector
ImageRenderInfo. getStartPoint()
Gets the vector in User space representing the start point of the image. -
Uses of Vector in com.itextpdf.kernel.pdf.canvas.parser.listener
Fields in com.itextpdf.kernel.pdf.canvas.parser.listener declared as Vector Modifier and Type Field Description private Vector
TextChunkLocationDefaultImp. endLocation
The ending location of the chunk.private Vector
SimpleTextExtractionStrategy. lastEnd
private Vector
SimpleTextExtractionStrategy. lastStart
private Vector
TextChunkLocationDefaultImp. orientationVector
Unit vector in the orientation of the chunk.private Vector
TextChunkLocationDefaultImp. startLocation
The starting location of the chunk.Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return Vector Modifier and Type Method Description Vector
ITextChunkLocation. getEndLocation()
Vector
TextChunkLocationDefaultImp. getEndLocation()
Vector
ITextChunkLocation. getStartLocation()
Vector
TextChunkLocationDefaultImp. getStartLocation()
Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type Vector Constructor Description TextChunkLocationDefaultImp(Vector startLocation, Vector endLocation, float charSpaceWidth)
-
Uses of Vector in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type Vector Modifier and Type Method Description static double
SvgCoordinateUtils. calculateAngleBetweenTwoVectors(Vector vectorA, Vector vectorB)
Calculate the angle between two vectors
-