Package | Description |
---|---|
com.foxit.gsdk.image | |
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.form | |
com.foxit.gsdk.pdf.pageobjects |
Modifier and Type | Method and Description |
---|---|
void |
Bitmap.transformTo(Bitmap dstBitmap,
Matrix matrix,
Rect dstClipRect,
int interpolation)
Transform current bitmap into a new bitmap.
|
Modifier and Type | Field and Description |
---|---|
Matrix |
PDFTextPage.CharInfo.matrix
Matrix of character.
|
Matrix |
DefaultAppearance.textMatrix
Text matrix of default appearance.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
PDFPage.getDisplayMatrix(int x,
int y,
int width,
int height,
int rotation)
Get page transformation matrix.
|
Matrix |
PDFReflowPage.getMatrix(int x,
int y,
int width,
int height,
int rotation)
Get matrix of a
PDFReflowPage object. |
Matrix |
PDFPage.transformDeviceToPage(Rect srcRect,
RectF dstRect,
int rotation)
Calculate transformation matrix from device coordinate to PDF page
coordinate.
|
Matrix |
PDFPage.transformPageToDevice(RectF srcRect,
Rect dstRect,
int rotation)
Calculate transformation matrix from PDF page coordinate to device
coordinate.
|
Modifier and Type | Method and Description |
---|---|
Annot |
PDFPage.getAnnotAtDevicePos(java.lang.String filter,
Matrix matrix,
java.awt.Point pt,
float tolerance)
Get annotation at a specific position in device (in pixel), by specific
filter.
|
java.lang.String |
PDFReflowPage.getFocusData(Matrix matrix,
java.awt.Point point)
Get focus data corresponding to a given position in device coordinate
system.
|
java.awt.Point |
PDFReflowPage.getFocusPos(Matrix matrix,
java.lang.String focusData)
Get a point position in device coordinate system which corresponds to a
given focus data.
|
void |
RenderContext.setMatrix(Matrix matrix)
Set a transformation matrix of a PDF rendering context.
|
void |
PDFPath.transform(Matrix matrix)
Transform all path points into path data with a given matrix.
|
Modifier and Type | Method and Description |
---|---|
Rect |
Annot.getDeviceRect(boolean bTransformIcon,
Matrix matrix)
Get the rectangle of current PDF annotation in device coordinations.
|
Modifier and Type | Method and Description |
---|---|
PDFFormControl |
PDFForm.getControlAtDevicePos(PDFPage page,
Matrix matrix,
java.awt.Point point,
float tolerance,
int typeFilter)
Retrieve a form control which locates at a specific device position in the
form.
|
Modifier and Type | Field and Description |
---|---|
Matrix |
TextState.textMatrix
Text transformation matrix
|
Modifier and Type | Method and Description |
---|---|
void |
PageObject.setMatrix(Matrix matrix)
Set matrix of a page object.
|