| java.lang.Object | |||
| ↳ | com.pdftron.pdf.tools.Tool | ||
| ↳ | com.pdftron.pdf.tools.BaseTool | ||
| ↳ | com.pdftron.pdf.tools.TextMarkupCreate | ||
Known Direct Subclasses
|
This class is the base class for all text markup creation tools.
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
TextMarkupCreate(PDFViewCtrl ctrl)
Class constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getCreateAnnotType()
Gets what annotation type this tool can create
| ||||||||||
| abstract ToolManager.ToolModeBase |
getToolMode()
The overload implementation of
getToolMode(). | ||||||||||
| boolean |
isCreatingAnnotation()
The overload implementation of
isCreatingAnnotation(). | ||||||||||
| boolean |
onDown(MotionEvent e)
The overload implementation of
onDown(MotionEvent). | ||||||||||
| void |
onDraw(Canvas canvas, Matrix tfm)
The overload implementation of
onDraw(Canvas, Matrix). | ||||||||||
| 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 |
onQuickMenuClicked(QuickMenuItem menuItem)
When quick menu clicked, creates text markup annotation
| ||||||||||
| 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 |
setupAnnotProperty(int color, float opacity, float thickness, int fillColor, String icon, String pdfTronFontName)
The overload implementation of
setupAnnotProperty(int, float, float, int, String, String). | ||||||||||
|
[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 implementation of getToolMode().
The overload implementation of onDraw(Canvas, Matrix).
The overload implementation of onMove(MotionEvent, MotionEvent, float, float).
When quick menu clicked, creates text markup annotation
| menuItem | The clicked menu item. |
|---|
The overload implementation of onSingleTapConfirmed(MotionEvent).
The overload implementation of onUp(MotionEvent, PDFViewCtrl.PriorEventMode).
The overload implementation of setupAnnotProperty(int, float, float, int, String, String).
| color | The color |
|---|---|
| opacity | The opacity |
| thickness | The thickness |
| fillColor | The color for filling |
| icon | The icon |
| pdfTronFontName | The PDFTron font name |