summaryrefslogtreecommitdiff
path: root/android/src/com/artifex/mupdfdemo/MuPDFView.java
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-02-21 13:50:12 +0000
committerRobin Watts <robin.watts@artifex.com>2013-02-26 19:02:00 +0000
commitdf1f7eb75709a95fdf3838976ebdf49a46430c3b (patch)
treef0408c021bdd3ba6b0498d82a9bc72d780ae8ed4 /android/src/com/artifex/mupdfdemo/MuPDFView.java
parent5d6087bbce6ad9177244f823f38eee802a2aa23c (diff)
downloadmupdf-df1f7eb75709a95fdf3838976ebdf49a46430c3b.tar.xz
Android: implement annotation deletion
Diffstat (limited to 'android/src/com/artifex/mupdfdemo/MuPDFView.java')
-rw-r--r--android/src/com/artifex/mupdfdemo/MuPDFView.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/com/artifex/mupdfdemo/MuPDFView.java b/android/src/com/artifex/mupdfdemo/MuPDFView.java
index d16fc818..a213b349 100644
--- a/android/src/com/artifex/mupdfdemo/MuPDFView.java
+++ b/android/src/com/artifex/mupdfdemo/MuPDFView.java
@@ -16,9 +16,10 @@ public interface MuPDFView {
public void deselectText();
public boolean copySelection();
public void strikeOutSelection();
+ public void deleteSelectedAnnotation();
public void setSearchBoxes(RectF searchBoxes[]);
public void setLinkHighlighting(boolean f);
- public void setItemSelectBox(RectF rect);
+ public void deselectAnnotation();
public void setChangeReporter(Runnable reporter);
public void update();
public void addHq(boolean update);