public interface IAnnotationImpl<Annotation extends CPDFAnnotation> extends IAnnotationAttrChange<Annotation>, IAnnotationRender, IInputEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onInit(ReaderView readerView,
PageView pageView,
CPDFPage kmpdfPage,
Annotation annotation)
Initialization, set initial value of
CPDFReaderView in current class instance, CPDFPageView , CPDFPage , CPDFAnnotation . |
onAnnotAttrChange, onGetAnnotation
onDraw
onLongPress, onSingleTapUp, onTouchEvent
void onInit(ReaderView readerView, PageView pageView, CPDFPage kmpdfPage, Annotation annotation)
CPDFReaderView
in current class instance, CPDFPageView
, CPDFPage
, CPDFAnnotation
.readerView
- Used for showing View
in the whole documentpageView
- Used for showing View
of each page in the documentkmpdfPage
- Page object of document, more: CPDFPage
annotation
- Annotation object of document, more: CPDFAnnotation