Package | Description |
---|---|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
ImageParam |
PDFGraphics.getImageParams()
Returns the current image encoding parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
Color bgndColor,
AffineTransform xform,
ImageParam params)
Draws an image onto this page.
|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
int dstWidth,
int dstHeight,
Color bgndColor,
AffineTransform xform,
ImageParam params)
Draws an image onto this page.
|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
int dstWidth,
int dstHeight,
Color bgndColor,
AffineTransform xform,
ImageParam params,
Float alpha)
Draws an image onto this page.
|
void |
PDFGraphics.setImageParams(ImageParam imageParams)
Sets the image encoding parameters.
|