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 VectorLineSegment.endPointEnd vector of the segment.private final VectorLineSegment.startPointStart 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 TypeMethodDescriptionbooleanLineSegment.containsPoint(Vector point) Checks if a segment contains a given point in itselfComputes the cross product of this vector and the specified vectorfloatComputes 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 VectorTextChunkLocationDefaultImp.endLocationThe ending location of the chunk.private VectorSimpleTextExtractionStrategy.lastEndprivate VectorSimpleTextExtractionStrategy.lastStartprivate final VectorTextChunkLocationDefaultImp.orientationVectorUnit vector in the orientation of the chunk.private final VectorTextChunkLocationDefaultImp.startLocationThe 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.renderers.impl
Fields in com.itextpdf.svg.renderers.impl declared as VectorModifier and TypeFieldDescriptionprivate VectorPolylineSvgNodeRenderer.previousOrientationVectorOrientation vector which is used for marker angle calculation. -
Uses of Vector in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type VectorModifier and TypeMethodDescriptionstatic doubleSvgCoordinateUtils.calculateAngleBetweenTwoVectors(Vector vectorA, Vector vectorB) Calculate the angle between two vectors