public interface IAnnotAttachHelper
| Modifier and Type | Method and Description |
|---|---|
void |
onDraw(android.graphics.Canvas canvas)
Implement this to do your drawing.
|
void |
onInit(CPDFReaderView readerView,
CPDFPageView pageView)
Initialization, set initial value of
CPDFReaderView and CPDFPageView in current class instance. |
boolean |
onTouchEvent(android.view.MotionEvent event)
This method to handle touch screen motion events
|
void |
setPDFPage(CPDFPage pdfPage)
Sets page object of the document, more:
CPDFPage |
void onInit(CPDFReaderView readerView, CPDFPageView pageView)
CPDFReaderView and CPDFPageView in current class instance.readerView - Used for showing View in the whole documentpageView - Used for showing View of each page in the document.void setPDFPage(CPDFPage pdfPage)
CPDFPagepdfPage - Page object of the document, more: CPDFPageboolean onTouchEvent(android.view.MotionEvent event)
event - The motion event.void onDraw(android.graphics.Canvas canvas)
canvas - The canvas on which the background will be drawn