| Package | Description |
|---|---|
| com.itextpdf.kernel.geom | |
| com.itextpdf.kernel.pdf.canvas |
| Modifier and Type | Method and Description |
|---|---|
AffineTransform |
AffineTransform.clone()
Creates a "deep copy" of this AffineTransform, meaning the object returned by this method will be independent
of the object being cloned.
|
AffineTransform |
AffineTransform.createInverse() |
static AffineTransform |
AffineTransform.getRotateInstance(double angle)
Get an affine transformation representing a counter-clockwise rotation over the passed angle
|
static AffineTransform |
AffineTransform.getRotateInstance(double angle,
double x,
double y)
Get an affine transformation representing a counter-clockwise rotation over the passed angle,
using the passed point as the center of rotation
|
static AffineTransform |
AffineTransform.getScaleInstance(double scx,
double scY) |
static AffineTransform |
AffineTransform.getShearInstance(double shx,
double shy) |
static AffineTransform |
AffineTransform.getTranslateInstance(double mx,
double my) |
| Modifier and Type | Method and Description |
|---|---|
void |
AffineTransform.concatenate(AffineTransform t) |
void |
AffineTransform.preConcatenate(AffineTransform t) |
void |
AffineTransform.setTransform(AffineTransform t) |
| Constructor and Description |
|---|
AffineTransform(AffineTransform t) |
| Modifier and Type | Method and Description |
|---|---|
PdfCanvas |
PdfCanvas.concatMatrix(AffineTransform transform)
Concatenates the affine transformation matrix to the current matrix
in the content stream managed by this Canvas.
|
PdfCanvas |
PdfCanvas.setTextMatrix(AffineTransform transform)
Replaces the text matrix.
|
Copyright © 1998–2020 iText Group NV. All rights reserved.