public class CPDFHighlightAnnotImpl extends CPDFMarkupAnnotImpl
annotIndex, isDirty
Constructor and Description |
---|
CPDFHighlightAnnotImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
endSelecting(CPDFPage page,
java.util.List<CPDFTextSelection> selections) |
void |
onDraw(android.content.Context context,
android.graphics.Canvas canvas,
float scale)
Draw
|
boolean |
selecting(CPDFPage page,
java.util.List<CPDFTextSelection> selections) |
boolean |
startSelect(CPDFPage page,
java.util.List<CPDFTextSelection> selections) |
onAnnotAttrChange, onGetAnnotation, onInit, onSingleTapUp, onTouchEvent
checkFocusable, checkFocusType, close, compare, getAnnotationRect, getAnnotAttr, getAnnotType, getId, isFocused, isVisible, onLongPress, redo, release, setFocused, setVisible, undo
public void onDraw(android.content.Context context, android.graphics.Canvas canvas, float scale)
IAnnotationRender
context
- Contextcanvas
- The canvas on which the background will be drawnscale
- Current scaling factorpublic boolean startSelect(CPDFPage page, java.util.List<CPDFTextSelection> selections)
public boolean selecting(CPDFPage page, java.util.List<CPDFTextSelection> selections)
public boolean endSelecting(CPDFPage page, java.util.List<CPDFTextSelection> selections)