public interface ISelectionHelper
Modifier and Type | Interface and Description |
---|---|
static interface |
ISelectionHelper.ISelectCallback |
Modifier and Type | Method and Description |
---|---|
void |
cancelSelections() |
java.util.List<CPDFTextSelection> |
getSelections() |
java.util.List<android.graphics.RectF> |
getSelectionsRect() |
boolean |
isAttached() |
void |
onAttach() |
void |
onDetach() |
void |
onDraw(android.graphics.Canvas canvas) |
boolean |
onLongPress(float x,
float y) |
boolean |
onSelectTouchEvent(android.view.MotionEvent event,
ISelectionHelper.ISelectCallback selectCallback) |
boolean |
onTouchEvent(android.view.MotionEvent event) |
void |
setISelectCallback(ISelectionHelper.ISelectCallback selectCallback) |
void |
setSelections(java.util.ArrayList<android.graphics.RectF> selections) |
boolean isAttached()
void onAttach()
void onDetach()
boolean onTouchEvent(android.view.MotionEvent event)
boolean onLongPress(float x, float y)
void setISelectCallback(ISelectionHelper.ISelectCallback selectCallback)
void setSelections(java.util.ArrayList<android.graphics.RectF> selections)
java.util.List<android.graphics.RectF> getSelectionsRect()
java.util.List<CPDFTextSelection> getSelections()
boolean onSelectTouchEvent(android.view.MotionEvent event, ISelectionHelper.ISelectCallback selectCallback)
void onDraw(android.graphics.Canvas canvas)
void cancelSelections()