public class ToolbarNotes extends Toolbar
Constructor and Description |
---|
ToolbarNotes(Context context,
Location initLocation) |
Modifier and Type | Method and Description |
---|---|
ImageButton |
getIbNewDoc()
The ImageButtonNewDoc.
|
ImageButton |
getIbSave()
The ImageButtonSave.
|
ImageButton |
getIbToolCallout()
The ImageButtonToolCallout.
|
ImageButton |
getIbToolCircle()
The ImageButtonToolCircle.
|
ImageButton |
getIbToolFreeHighlight()
The ImageButtonToolFreeHighlight.
|
ImageButton |
getIbToolFreetext()
The ImageButtonToolFreetext.
|
ImageButton |
getIbToolHighlight()
The ImageButtonToolHighlight.
|
ImageButton |
getIbToolInk()
The ImageButtonToolInk.
|
ImageButton |
getIbToolLine()
The ImageButtonToolLine.
|
ImageButton |
getIbToolNote()
The ImageButtonToolNote.
|
ImageButton |
getIbToolSignature()
The ImageButtonToolSignature.
|
ImageButton |
getIbToolSquare()
The ImageButtonToolSquare.
|
ImageButton |
getIbToolStamp()
The RubberStampTool.
|
ImageButton |
getIbToolStrikethrough()
The ImageButtonToolStrikethrough.
|
ImageButton |
getIbToolTypewriter()
The ImageButtonToolTypewriter.
|
ImageButton |
getIbToolUnderline()
The ImageButtonToolUnderline.
|
ImageButton |
getIbZoomIn()
By default, this View's visiblity is
android.view.View.Gone . |
ImageButton |
getIbZoomOut()
By default, this View's visiblity is
android.view.View.Gone . |
getIbNext, getIbOpen, getIbPrev, getIbShowSearch, getMenuSeparatorFirst, getMenuSeparatorSecond, getMenuSeparatorThird, getTvPages
public ToolbarNotes(Context context, Location initLocation)
public ImageButton getIbSave()
QPDFNotesView.save()
is performed.public ImageButton getIbNewDoc()
QPDFNotesView.newDoc()
is performed.public ImageButton getIbToolSquare()
public ImageButton getIbToolCircle()
public ImageButton getIbToolFreetext()
public ImageButton getIbToolCallout()
public ImageButton getIbToolHighlight()
public ImageButton getIbToolFreeHighlight()
public ImageButton getIbToolInk()
public ImageButton getIbToolLine()
public ImageButton getIbToolNote()
public ImageButton getIbToolStrikethrough()
public ImageButton getIbToolTypewriter()
public ImageButton getIbToolUnderline()
public ImageButton getIbToolSignature()
public ImageButton getIbToolStamp()
public ImageButton getIbZoomOut()
android.view.View.Gone
. The ImageButtonZoomOut. When clicked, com.qoppa.viewer.QPDFViewerView#zoomOut()
is performed.getIbZoomOut
in class Toolbar
public ImageButton getIbZoomIn()
android.view.View.Gone
. The ImageButtonZoomIn. When clicked, com.qoppa.viewer.QPDFViewerView#zoomIn()
is performed.getIbZoomIn
in class Toolbar