public final class CPDFContextMenuRequest
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
dismissMenu() |
static CPDFContextMenuRequest |
forAnnotation(CPDFReaderView readerView,
CPDFPageView pageView,
CPDFBaseAnnotImpl annotImpl,
CPDFAnnotation annotation,
IContextMenuShowListener.ContextMenuType type,
android.graphics.RectF area,
java.lang.Runnable dismissMenu) |
static CPDFContextMenuRequest |
forType(CPDFReaderView readerView,
CPDFPageView pageView,
IContextMenuShowListener.ContextMenuType type,
android.graphics.RectF area,
CPDFEditSelections selections,
java.lang.Runnable dismissMenu) |
CPDFAnnotation |
getAnnotation() |
CPDFBaseAnnotImpl |
getAnnotImpl() |
android.graphics.RectF |
getArea() |
CPDFPageView |
getPageView() |
CPDFReaderView |
getReaderView() |
CPDFEditSelections |
getSelections() |
IContextMenuShowListener.ContextMenuType |
getType() |
boolean |
isAnnotationType(CPDFAnnotation.Type annotationType) |
boolean |
isMenuType(IContextMenuShowListener.ContextMenuType menuType) |
public static CPDFContextMenuRequest forAnnotation(CPDFReaderView readerView, CPDFPageView pageView, CPDFBaseAnnotImpl annotImpl, CPDFAnnotation annotation, IContextMenuShowListener.ContextMenuType type, android.graphics.RectF area, java.lang.Runnable dismissMenu)
public static CPDFContextMenuRequest forType(CPDFReaderView readerView, CPDFPageView pageView, IContextMenuShowListener.ContextMenuType type, android.graphics.RectF area, CPDFEditSelections selections, java.lang.Runnable dismissMenu)
public CPDFReaderView getReaderView()
public CPDFPageView getPageView()
public CPDFBaseAnnotImpl getAnnotImpl()
public CPDFAnnotation getAnnotation()
public IContextMenuShowListener.ContextMenuType getType()
public android.graphics.RectF getArea()
public CPDFEditSelections getSelections()
public boolean isAnnotationType(CPDFAnnotation.Type annotationType)
public boolean isMenuType(IContextMenuShowListener.ContextMenuType menuType)
public void dismissMenu()