Uses of Class
com.itextpdf.kernel.geom.Vector
Packages that use Vector
Package
Description
-
Uses of Vector in com.itextpdf.kernel.geom
Fields in com.itextpdf.kernel.geom declared as VectorModifier and TypeFieldDescriptionprivate final Vector
LineSegment.endPoint
End vector of the segment.private final Vector
LineSegment.startPoint
Start vector of the segment.Methods in com.itextpdf.kernel.geom that return VectorModifier and TypeMethodDescriptionComputes the cross product of this vector and the specified matrixComputes the cross product of this vector and the specified vectorLineSegment.getEndPoint()
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.kernel.geom with parameters of type VectorModifier and TypeMethodDescriptionboolean
LineSegment.containsPoint
(Vector point) Checks if a segment contains a given point in itselfComputes 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.kernel.geom with parameters of type VectorModifierConstructorDescriptionLineSegment
(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 VectorModifier and TypeMethodDescriptionprivate 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 VectorModifier and TypeMethodDescriptionImageRenderInfo.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 VectorModifier and TypeFieldDescriptionprivate final Vector
TextChunkLocationDefaultImp.endLocation
The ending location of the chunk.private Vector
SimpleTextExtractionStrategy.lastEnd
private Vector
SimpleTextExtractionStrategy.lastStart
private final Vector
TextChunkLocationDefaultImp.orientationVector
Unit vector in the orientation of the chunk.private final Vector
TextChunkLocationDefaultImp.startLocation
The starting location of the chunk.Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return VectorModifier and TypeMethodDescriptionITextChunkLocation.getEndLocation()
TextChunkLocationDefaultImp.getEndLocation()
ITextChunkLocation.getStartLocation()
TextChunkLocationDefaultImp.getStartLocation()
Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type VectorModifierConstructorDescriptionTextChunkLocationDefaultImp
(Vector startLocation, Vector endLocation, float charSpaceWidth) -
Uses of Vector in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type VectorModifier and TypeMethodDescriptionstatic double
SvgCoordinateUtils.calculateAngleBetweenTwoVectors
(Vector vectorA, Vector vectorB) Calculate the angle between two vectors