| Changed Methods |
void
addInlineImage(
PdfImageXObject,
float
,
float
,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Adds {@code PdfImageXObject} to canvas. |
PdfCanvas
addXObjectWithTransformationMatrix(
PdfXObject,
float
,
float
,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Adds PdfXObject to canvas. |
PdfXObject
addImageWithTransformationMatrix(
ImageData,
float
,
float
,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Creates PdfImageXObject from image and adds it to canvas. |
PdfXObject
addImageWithTransformationMatrix(
ImageData,
float
,
float
,
float
,
float
,
float
,
float
,
boolean
)
|
Documentation changed from old to new. |
Creates PdfImageXObject from image and adds it to canvas. |
PdfCanvas
concatMatrix(
double,
double
,
double
,
double
,
double
,
double
)
|
Documentation changed from old to new. |
Concatenates the 2x3 affine transformation matrix to the current matrix in the content stream managed by this Canvas. |
PdfCanvas
setTextMatrix(
AffineTransform)
|
Documentation changed from old to new. |
Replaces the text matrix. |
PdfCanvas
setTextMatrix(
float,
float
,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Replaces the text matrix. |