Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
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 |
LocationTextExtractionStrategy.TextChunkLocation.getEndLocation() |
Vector |
LocationTextExtractionStrategy.TextChunk.getEndLocation() |
Vector |
LineSegment.getEndPoint() |
Vector |
LocationTextExtractionStrategy.TextChunkLocation.getStartLocation() |
Vector |
LocationTextExtractionStrategy.TextChunk.getStartLocation() |
Vector |
LineSegment.getStartPoint() |
Vector |
ImageRenderInfo.getStartPoint() |
Vector |
Vector.multiply(float by)
Multiplies the vector by a scalar
|
Vector |
Vector.normalize()
Normalizes the vector (i.e. returns the unit vector in the same orientation as this vector)
|
Vector |
Vector.subtract(Vector v)
Computes the difference between this vector and the specified vector
|
Modifier and Type | Method and Description |
---|---|
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.
|
TextChunk(String string, Vector startLocation, Vector endLocation, float charSpaceWidth) |
Copyright © 2016. All rights reserved.