public class CPDFEditPathArea extends CPDFEditArea
Modifier and Type | Method and Description |
---|---|
android.graphics.RectF |
getFrame(boolean forceUpdate)
Get the rect occupied by the path box
|
void |
release()
Release path box.
|
boolean |
setFrame(android.graphics.RectF rectF,
boolean isUpdate)
Set the rect occupied by the path box
|
boolean |
setFrame(android.graphics.RectF rectF,
boolean isUpdate,
boolean addToUndo) |
getPageNum, getPtr, isValid
public void release()
public android.graphics.RectF getFrame(boolean forceUpdate)
forceUpdate
- whether to force updatepublic boolean setFrame(android.graphics.RectF rectF, boolean isUpdate)
rectF
- the rect occupied by the path boxisUpdate
- whether to force updatepublic boolean setFrame(android.graphics.RectF rectF, boolean isUpdate, boolean addToUndo)