| Package | Description |
|---|---|
| com.itextpdf.awt.geom | |
| com.itextpdf.text.pdf |
| Modifier and Type | Method | Description |
|---|---|---|
AffineTransform |
AffineTransform.createInverse() |
|
static AffineTransform |
AffineTransform.getRotateInstance(double angle) |
|
static AffineTransform |
AffineTransform.getRotateInstance(double angle,
double x,
double y) |
|
static AffineTransform |
AffineTransform.getScaleInstance(double scx,
double scY) |
|
static AffineTransform |
AffineTransform.getShearInstance(double shx,
double shy) |
|
static AffineTransform |
AffineTransform.getTranslateInstance(double mx,
double my) |
| Constructor | Description |
|---|---|
AffineTransform(AffineTransform t) |
| Modifier and Type | Field | Description |
|---|---|---|
protected AffineTransform |
PdfContentByte.GraphicState.CTM |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PdfContentByte.addImage(Image image,
AffineTransform transform) |
adds an image with the given matrix.
|
void |
PdfContentByte.addTemplate(PdfTemplate template,
AffineTransform transform) |
adds a template with the given matrix.
|
void |
PdfContentByte.addTemplate(PdfTemplate template,
AffineTransform transform,
boolean tagContent) |
adds a template with the given matrix.
|
void |
PdfAnnotation.applyCTM(AffineTransform ctm) |
|
void |
PdfContentByte.concatCTM(AffineTransform transform) |
Concatenate a matrix to the current transformation matrix.
|
void |
PdfContentByte.setTextMatrix(AffineTransform transform) |
Changes the text matrix.
|
void |
PdfContentByte.transform(AffineTransform af) |
Concatenates a transformation to the current transformation
matrix.
|
PdfRectangle |
PdfRectangle.transform(AffineTransform transform) |
Copyright © 1998–2018. All rights reserved.