| com.pdftron.pdf.tools.ToolManager.AnnotationToolbarListener |
This interface can be used to monitor tools interaction with annotation toolbar
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
annotationToolbarHeight()
The implementation should specify the annotation toolbar height.
| ||||||||||
| abstract void |
inkEditSelected(Annot annot, int pageNum)
Called when ink edit has been selected.
| ||||||||||
| abstract void |
openAnnotationToolbar(ToolManager.ToolMode mode)
The implementation should open the annotation toolbar for the mode
| ||||||||||
| abstract void |
openEditToolbar(ToolManager.ToolMode mode)
The implementation should open the edit toolbar for the mode
| ||||||||||
| abstract int |
toolbarHeight()
The implementation should specify the toolbar height.
| ||||||||||
The implementation should specify the annotation toolbar height.
Called when ink edit has been selected.
| annot | The ink annotation |
|---|
The implementation should open the annotation toolbar for the mode
| mode | The tool mode |
|---|
The implementation should open the edit toolbar for the mode
| mode | The tool mode |
|---|
The implementation should specify the toolbar height.