public interface IEditSelectionHelper
Modifier and Type | Interface and Description |
---|---|
static interface |
IEditSelectionHelper.IEditSelectCallback |
Modifier and Type | Method and Description |
---|---|
void |
cancelSelections(boolean onlyDismissContext) |
java.util.List<CPDFEditSelection> |
getSelections() |
boolean |
isAttached() |
void |
onAttach() |
void |
onDetach() |
void |
onDraw(android.graphics.Canvas canvas) |
boolean |
onLongPress(float x,
float y) |
boolean |
onSelectTouchEvent(android.view.MotionEvent event,
IEditSelectionHelper.IEditSelectCallback selectCallback) |
boolean |
onTouchEvent(android.view.MotionEvent event) |
void |
setISelectCallback(IEditSelectionHelper.IEditSelectCallback selectCallback) |
void |
setSelections(java.util.ArrayList<android.graphics.RectF> selections) |
void |
updateSelectDrawableRes(int leftRes,
int rightRes) |
void |
updateSelections() |
boolean isAttached()
void onAttach()
void onDetach()
boolean onTouchEvent(android.view.MotionEvent event)
boolean onLongPress(float x, float y)
void setISelectCallback(IEditSelectionHelper.IEditSelectCallback selectCallback)
void setSelections(java.util.ArrayList<android.graphics.RectF> selections)
java.util.List<CPDFEditSelection> getSelections()
boolean onSelectTouchEvent(android.view.MotionEvent event, IEditSelectionHelper.IEditSelectCallback selectCallback)
void onDraw(android.graphics.Canvas canvas)
void cancelSelections(boolean onlyDismissContext)
void updateSelections()
void updateSelectDrawableRes(int leftRes, int rightRes)