java.lang.Object | |||
↳ | com.pdftron.pdf.tools.Tool | ||
↳ | com.pdftron.pdf.tools.BaseTool | ||
↳ | com.pdftron.pdf.tools.SimpleShapeCreate |
Known Direct Subclasses |
This class is the base class for several shape creation classes, e.g., LineCreate, OvalCreate, etc.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | sTapToCreateHalfWidth |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.tools.BaseTool
| |||||||||||
From class
com.pdftron.pdf.tools.Tool
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.tools.Tool
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimpleShapeCreate(PDFViewCtrl ctrl)
Class constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getCreateAnnotType()
Gets what annotation type this tool can create
| ||||||||||
abstract ToolManager.ToolModeBase |
getToolMode()
The overload interface of
getToolMode() ()}. | ||||||||||
boolean |
isCreatingAnnotation()
The overload implementation of
isCreatingAnnotation() . | ||||||||||
void |
onConfigurationChanged(Configuration newConfig)
The overload implementation of
onConfigurationChanged(Configuration) . | ||||||||||
boolean |
onDown(MotionEvent e)
The overload implementation of
onDown(MotionEvent) . | ||||||||||
boolean |
onFlingStop()
The overload implementation of
onFlingStop() . | ||||||||||
boolean |
onMove(MotionEvent e1, MotionEvent e2, float x_dist, float y_dist)
The overload implementation of
onMove(MotionEvent, MotionEvent, float, float) . | ||||||||||
boolean |
onScaleBegin(float x, float y)
The overload implementation of
onScaleBegin(float, float) . | ||||||||||
boolean |
onSingleTapConfirmed(MotionEvent e)
The overload implementation of
onSingleTapConfirmed(MotionEvent) . | ||||||||||
boolean |
onUp(MotionEvent e, PDFViewCtrl.PriorEventMode priorEventMode)
The overload implementation of
onUp(MotionEvent, PDFViewCtrl.PriorEventMode) . | ||||||||||
void |
setForceSameNextToolMode(boolean mode)
Specifies the mode that should forcefully remains.
| ||||||||||
void |
setupAnnotProperty(AnnotStyle annotStyle)
Setup annotation properties.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.tools.BaseTool
| |||||||||||
From class
com.pdftron.pdf.tools.Tool
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.pdf.tools.ToolManager.Tool
|
Gets what annotation type this tool can create
The overload interface of getToolMode()
()}.
The overload implementation of onConfigurationChanged(Configuration)
.
The overload implementation of onMove(MotionEvent, MotionEvent, float, float)
.
The overload implementation of onScaleBegin(float, float)
.
The overload implementation of onSingleTapConfirmed(MotionEvent)
.
The overload implementation of onUp(MotionEvent, PDFViewCtrl.PriorEventMode)
.
Specifies the mode that should forcefully remains.