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, onGetAnnotationonDrawonLongPress, onSingleTapUp, onTouchEventvoid 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: CPDFPageannotation - Annotation object of document, more: CPDFAnnotation