|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageParam | |
|---|---|
| com.qoppa.pdfProcess | jPDFProcess main classes, used to manipulate PDF documents and pages. |
| Uses of ImageParam in com.qoppa.pdfProcess |
|---|
| Methods in com.qoppa.pdfProcess that return ImageParam | |
|---|---|
ImageParam |
PDFGraphics.getImageParams()
Returns the current image encoding parameters. |
| Methods in com.qoppa.pdfProcess with parameters of type ImageParam | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||