Uses of Class
com.itextpdf.awt.geom.AffineTransform
-
Packages that use AffineTransform Package Description com.itextpdf.awt.geom com.itextpdf.text.pdf -
-
Uses of AffineTransform in com.itextpdf.awt.geom
Fields in com.itextpdf.awt.geom declared as AffineTransform Modifier and Type Field Description (package private) AffineTransform
CubicCurve2D.Iterator. t
The path iterator transformation(package private) AffineTransform
GeneralPath.Iterator. t
The path iterator transformation(package private) AffineTransform
Line2D.Iterator. t
The path iterator transformation(package private) AffineTransform
QuadCurve2D.Iterator. t
The path iterator transformation(package private) AffineTransform
Rectangle2D.Iterator. t
The path iterator transformationMethods in com.itextpdf.awt.geom that return AffineTransform 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)
(package private) AffineTransform
AffineTransform. multiply(AffineTransform t1, AffineTransform t2)
Multiply matrix of two AffineTransform objectsConstructors in com.itextpdf.awt.geom with parameters of type AffineTransform Constructor Description AffineTransform(AffineTransform t)
Iterator(CubicCurve2D c, AffineTransform t)
Constructs a new CubicCurve2D.Iterator for given line and transformationIterator(GeneralPath path, AffineTransform at)
Constructs a new GeneralPath.Iterator for given general path and transformationIterator(Line2D l, AffineTransform at)
Constructs a new Line2D.Iterator for given line and transformationIterator(QuadCurve2D q, AffineTransform t)
Constructs a new QuadCurve2D.Iterator for given line and transformationIterator(Rectangle2D r, AffineTransform at)
Constructs a new Rectangle2D.Iterator for given rectangle and transformation -
Uses of AffineTransform in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as AffineTransform Modifier and Type Field Description protected AffineTransform
PdfContentByte.GraphicState. CTM
Methods in com.itextpdf.text.pdf that return AffineTransform Modifier and Type Method Description private AffineTransform
PdfStamperImp. calculateTemplateTransformationMatrix(AffineTransform currentMatrix, double fieldRotation, Rectangle box)
Methods in com.itextpdf.text.pdf with parameters of type AffineTransform 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)
private AffineTransform
PdfStamperImp. calculateTemplateTransformationMatrix(AffineTransform currentMatrix, double fieldRotation, Rectangle box)
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)
-