|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
PdfXObject
addImageAt(
ImageData,
float
|
Creates PdfImageXObject from image and adds it to the specified position. |
PdfXObject
addImageFittedIntoRectangle(
ImageData,
Rectangle
|
Creates PdfImageXObject from image and fitted into specific rectangle on canvas. |
PdfXObject
addImageWithTransformationMatrix(
ImageData,
float
|
Creates PdfImageXObject from image and adds it to canvas. |
PdfXObject
addImageWithTransformationMatrix(
ImageData,
float
|
Creates PdfImageXObject from image and adds it to canvas. |
PdfCanvas
addXObject(
PdfXObject )
|
Adds PdfXObject on canvas. |
PdfCanvas
addXObjectAt(
PdfXObject,
float
|
Adds PdfXObject to the specified position. |
PdfCanvas
addXObjectFittedIntoRectangle(
PdfXObject,
Rectangle
|
Adds PdfXObject fitted into specific rectangle on canvas. |
PdfCanvas
addXObjectWithTransformationMatrix(
PdfXObject,
float
|
Adds PdfXObject to canvas. |
Changed Methods | ||
PdfXObject
addImage(
ImageData,
Rectangle
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addImageFittedIntoRectangle(ImageData, Rectangle, boolean)} or {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)}instead |
PdfXObject
addImage(
ImageData,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addImageAt(ImageData, float, float, boolean)} or {@link #addXObjectAt(PdfXObject, float, float)} instead |
PdfXObject
addImage(
ImageData,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addImageFittedIntoRectangle(ImageData, Rectangle, boolean)} or {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} instead |
PdfXObject
addImage(
ImageData,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addImageFittedIntoRectangle(ImageData, Rectangle, boolean)} or {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} instead |
PdfXObject
addImage(
ImageData,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float)} or {@link #addXObjectWithTransformationMatrix(PdfXObject, float, float, float, float, float, float)} instead |
PdfXObject
addImage(
ImageData,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addImageWithTransformationMatrix(ImageData, float, float, float, float, float, float, boolean)} instead |
PdfCanvas
addXObject(
PdfXObject,
Rectangle
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} instead |
PdfCanvas
addXObject(
PdfXObject,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addXObjectAt(PdfXObject, float, float)} instead |
PdfCanvas
addXObject(
PdfXObject,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} (PdfXObject, Rectangle)} and {@link PdfXObject#calculateProportionallyFitRectangleWithWidth(PdfXObject, float, float, float)} instead |
PdfCanvas
addXObject(
PdfXObject,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addXObjectFittedIntoRectangle(PdfXObject, Rectangle)} (PdfXObject, Rectangle)} and {@link PdfXObject#calculateProportionallyFitRectangleWithHeight(PdfXObject, float, float, float)} instead |
PdfCanvas
addXObject(
PdfXObject,
float
|
Documentation changed from old to new. Now deprecated. |
will be removed in 7.2, use {@link #addXObjectWithTransformationMatrix(PdfXObject, float, float, float, float, float, float)} instead |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |