Uses of Class
com.itextpdf.kernel.geom.Vector
-
-
Uses of Vector in com.itextpdf.kernel.geom
Fields in com.itextpdf.kernel.geom declared as Vector Modifier and Type Field Description private VectorLineSegment. endPointEnd vector of the segment.private VectorLineSegment. startPointStart vector of the segment.Methods in com.itextpdf.kernel.geom 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 vectorVectorLineSegment. getEndPoint()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.kernel.geom with parameters of type Vector Modifier and Type Method Description booleanLineSegment. containsPoint(Vector point)Checks if a segment contains a given point in itselfVectorVector. 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.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 VectorImageRenderInfo. 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 VectorTextChunkLocationDefaultImp. endLocationThe ending location of the chunk.private VectorSimpleTextExtractionStrategy. lastEndprivate VectorSimpleTextExtractionStrategy. lastStartprivate VectorTextChunkLocationDefaultImp. orientationVectorUnit vector in the orientation of the chunk.private VectorTextChunkLocationDefaultImp. startLocationThe starting location of the chunk.Methods in com.itextpdf.kernel.pdf.canvas.parser.listener that return Vector Modifier and Type Method Description VectorITextChunkLocation. getEndLocation()VectorTextChunkLocationDefaultImp. getEndLocation()VectorITextChunkLocation. getStartLocation()VectorTextChunkLocationDefaultImp. 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.renderers.impl
Fields in com.itextpdf.svg.renderers.impl declared as Vector Modifier and Type Field Description private 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 Vector Modifier and Type Method Description static doubleSvgCoordinateUtils. calculateAngleBetweenTwoVectors(Vector vectorA, Vector vectorB)Calculate the angle between two vectors
-