Package | Description |
---|---|
com.foxit.gsdk.image | |
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.pageobjects | |
com.foxit.gsdk.pdf.signature |
Modifier and Type | Method and Description |
---|---|
Bitmap |
Bitmap.cloneBitmap()
Clone current bitmap and generate a cloned bitmap.
|
static Bitmap |
Bitmap.create(Size size,
int format,
java.awt.image.DataBuffer buffer,
int stride)
Create a bitmap.
|
Bitmap |
Image.getCurrentFrameBitmap()
Retrieve the bitmap of the current frame.
|
Bitmap |
Bitmap.getFlipped(boolean flipX,
boolean flipY)
Swap X/Y dimensions of current bitmap and generate a flipped bitmap as the result.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageFile.addFrame(Bitmap bitmap)
Add a frame to current
ImageFile object. |
void |
Bitmap.stretchTo(Bitmap dstBitmap,
int dstLeft,
int dstTop,
int dstWidth,
int dstHeight,
Rect dstClipRect,
int interpolation)
Stretch current bitmap into a new bitmap with different size.
|
void |
Bitmap.transformTo(Bitmap dstBitmap,
Matrix matrix,
Rect dstClipRect,
int interpolation)
Transform current bitmap into a new bitmap.
|
Modifier and Type | Method and Description |
---|---|
static Renderer |
Renderer.create(Bitmap bitmap)
Create a
Renderer object, from a specific Bitmap object. |
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
Bitmap bitmap,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific Bitmap object. |
void |
Renderer.drawBitmap(java.awt.Point dstPt,
Bitmap srcBitmap,
Rect srcRect)
Render a bitmap object.
|
Modifier and Type | Method and Description |
---|---|
Bitmap |
Widget.getMKIconBitmap(int mkEntry)
Get icon bitmap of specific icon type in MK dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageObject.setBitmap(Bitmap bitmap,
Bitmap mask)
Set a bitmap to an image object.
|
Modifier and Type | Method and Description |
---|---|
Bitmap |
Signature.getBitmap()
Get the icon bitmap in current signature visual display.
|
Modifier and Type | Method and Description |
---|---|
void |
Signature.setBitmap(Bitmap bitmap)
Set a bitmap to icon in current signature display.
|