Package | Description |
---|---|
com.itextpdf.kernel.geom | |
com.itextpdf.kernel.pdf.canvas.parser.data | |
com.itextpdf.kernel.pdf.canvas.parser.listener |
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.cross(Matrix by)
Computes the cross product of this vector and the specified matrix
|
Vector |
Vector.cross(Vector with)
Computes the cross product of this vector and the specified vector
|
Vector |
LineSegment.getEndPoint() |
Vector |
LineSegment.getStartPoint() |
Vector |
Vector.multiply(float by)
Multiplies the vector by a scalar
|
Vector |
Vector.normalize()
Normalizes the vector (i.e.
|
Vector |
Vector.subtract(Vector v)
Computes the difference between this vector and the specified vector
|
Modifier and Type | Method and Description |
---|---|
boolean |
LineSegment.containsPoint(Vector point)
Checks if a segment contains a given point in itself
|
Vector |
Vector.cross(Vector with)
Computes the cross product of this vector and the specified vector
|
float |
Vector.dot(Vector with)
Computes the dot product of this vector with the specified vector
|
Vector |
Vector.subtract(Vector v)
Computes the difference between this vector and the specified vector
|
Constructor and Description |
---|
LineSegment(Vector startPoint, Vector endPoint)
Creates a new line segment.
|
Modifier and Type | Method and Description |
---|---|
Vector |
ImageRenderInfo.getStartPoint() |
Modifier and Type | Method and Description |
---|---|
Vector |
LocationTextExtractionStrategy.ITextChunkLocation.getEndLocation() |
Vector |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.getEndLocation() |
Vector |
LocationTextExtractionStrategy.ITextChunkLocation.getStartLocation() |
Vector |
LocationTextExtractionStrategy.TextChunkLocationDefaultImp.getStartLocation() |
Constructor and Description |
---|
TextChunkLocationDefaultImp(Vector startLocation, Vector endLocation, float charSpaceWidth) |
Copyright © 1998–2018 iText Group NV. All rights reserved.