public class CPDFSignatureWidgetImpl extends CPDFWidgetDefaultImpl
enableDragShowMagnifier, enableZoomShowMagnifier
annotIndex, isDirty
Constructor and Description |
---|
CPDFSignatureWidgetImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onDraw(android.content.Context context,
android.graphics.Canvas canvas,
float scale)
Draw
|
CPDFSignatureWidget |
onGetAnnotation()
Gets the currently binding annotation instance
|
void |
onInit(ReaderView readerView,
PageView pageView,
CPDFPage tpdfPage,
CPDFAnnotation pdfAnnotation)
Initialization, set initial value of
CPDFReaderView in current class instance, CPDFPageView , CPDFPage , CPDFAnnotation . |
void |
onSignatureWidgetFocused(CPDFSignatureWidget signatureWidget) |
boolean |
onSingleTapUp(float x,
float y)
Called when a tap occurs.
|
void |
refresh() |
void |
release()
release resources
|
checkFocusable, checkFocusType
getRequest, getSize, onAnnotAttrChange, onDestroy, onLoadCleared, onLoadFailed, onLoadStarted, onResourceReady, onStart, onStop, onTouchEvent, removeCallback, setRequest
close, compare, getAnnotationRect, getAnnotAttr, getAnnotType, getId, isFocused, isVisible, onLongPress, redo, setFocused, setVisible, undo
public void onInit(ReaderView readerView, PageView pageView, CPDFPage tpdfPage, CPDFAnnotation pdfAnnotation)
IAnnotationImpl
CPDFReaderView
in current class instance, CPDFPageView
, CPDFPage
, CPDFAnnotation
.onInit
in interface IAnnotationImpl<CPDFAnnotation>
onInit
in class CPDFWidgetDefaultImpl
readerView
- Used for showing View
in the whole documentpageView
- Used for showing View
of each page in the documenttpdfPage
- Page object of document, more: CPDFPage
pdfAnnotation
- Annotation object of document, more: CPDFAnnotation
public void onDraw(android.content.Context context, android.graphics.Canvas canvas, float scale)
IAnnotationRender
onDraw
in interface IAnnotationRender
onDraw
in class CPDFWidgetDefaultImpl
context
- Contextcanvas
- The canvas on which the background will be drawnscale
- Current scaling factorpublic boolean onSingleTapUp(float x, float y)
IInputEventHandler
onSingleTapUp
in interface IInputEventHandler
onSingleTapUp
in class CPDFAnnotDefaultImpl
x
- The x coordinate on the page.y
- The y coordinate on the page.public void onSignatureWidgetFocused(CPDFSignatureWidget signatureWidget)
public void refresh()
public void release()
CPDFBaseAnnotImpl
release
in class CPDFBaseAnnotImpl<CPDFAnnotation>
public CPDFSignatureWidget onGetAnnotation()
IAnnotationAttrChange
onGetAnnotation
in interface IAnnotationAttrChange<CPDFAnnotation>
onGetAnnotation
in class CPDFAnnotDefaultImpl
CPDFAnnotation