Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdfProcess |
jPDFProcess main classes, used to manipulate PDF documents and pages.
|
Modifier and Type | Method and Description |
---|---|
RubberStamp |
IAnnotationFactory.createRubberStamp(Image image,
ImageSettings imageSettings)
Constructs a rubber stamp annotation with the given image.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageParam
Deprecated.
Use
ImageSettings instead. |
Modifier and Type | Method and Description |
---|---|
ImageSettings |
PDFGraphics.getImageParams()
Deprecated.
Use
PDFGraphics.getImageSettings() instead. |
ImageSettings |
PDFGraphics.getImageSettings()
Returns the current image settings.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
Color bgndColor,
AffineTransform xform,
ImageSettings imageSettings)
Draws an image onto this page.
|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
int dstWidth,
int dstHeight,
Color bgndColor,
AffineTransform xform,
ImageSettings imageSettings)
Draws an image onto this page.
|
void |
PDFPage.drawImage(Image image,
int dstX,
int dstY,
int dstWidth,
int dstHeight,
Color bgndColor,
AffineTransform xform,
ImageSettings params,
Float alpha)
Draws an image onto this page.
|
void |
PDFGraphics.setImageParams(ImageSettings imageSettings)
Deprecated.
Use
PDFGraphics.setImageSettings(ImageSettings) instead. |
void |
PDFGraphics.setImageSettings(ImageSettings imageSettings)
Sets the image encoding settings.
|