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
Methods in com.itextpdf.awt.geom that return AffineTransform Modifier and Type Method Description AffineTransformAffineTransform. createInverse()static AffineTransformAffineTransform. getRotateInstance(double angle)static AffineTransformAffineTransform. getRotateInstance(double angle, double x, double y)static AffineTransformAffineTransform. getScaleInstance(double scx, double scY)static AffineTransformAffineTransform. getShearInstance(double shx, double shy)static AffineTransformAffineTransform. getTranslateInstance(double mx, double my)Constructors in com.itextpdf.awt.geom with parameters of type AffineTransform Constructor Description AffineTransform(AffineTransform t) -
Uses of AffineTransform in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as AffineTransform Modifier and Type Field Description protected AffineTransformPdfContentByte.GraphicState. CTMMethods in com.itextpdf.text.pdf with parameters of type AffineTransform Modifier and Type Method Description voidPdfContentByte. addImage(Image image, AffineTransform transform)adds an image with the given matrix.voidPdfContentByte. addTemplate(PdfTemplate template, AffineTransform transform)adds a template with the given matrix.voidPdfContentByte. addTemplate(PdfTemplate template, AffineTransform transform, boolean tagContent)adds a template with the given matrix.voidPdfAnnotation. applyCTM(AffineTransform ctm)voidPdfContentByte. concatCTM(AffineTransform transform)Concatenate a matrix to the current transformation matrix.voidPdfContentByte. setTextMatrix(AffineTransform transform)Changes the text matrix.voidPdfContentByte. transform(AffineTransform af)Concatenates a transformation to the current transformation matrix.PdfRectanglePdfRectangle. transform(AffineTransform transform)
-