public class

TabletPresetBarView

extends PresetBarView
java.lang.Object
   ↳ com.pdftron.pdf.widget.preset.component.view.PresetBarView
     ↳ com.pdftron.pdf.widget.preset.component.view.TabletPresetBarView

Class Overview

Tablet version of PresetBarView. Does not have the close button. Also, preset buttons are a little smaller.

Summary

[Expand]
Inherited Constants
From class com.pdftron.pdf.widget.preset.component.view.PresetBarView
Public Constructors
TabletPresetBarView(ViewGroup parent)
TabletPresetBarView(ViewGroup parent, PdfViewCtrlTabHostFragment2.AnnotationToolbarPosition position)
Public Methods
void attachToNewParent(ViewGroup newParent)
Removes this preset bar view from its parent and adds it to the new parent.
[Expand]
Inherited Methods
From class com.pdftron.pdf.widget.preset.component.view.PresetBarView
From class java.lang.Object

Public Constructors

public TabletPresetBarView (ViewGroup parent)

public TabletPresetBarView (ViewGroup parent, PdfViewCtrlTabHostFragment2.AnnotationToolbarPosition position)

Public Methods

public void attachToNewParent (ViewGroup newParent)

Removes this preset bar view from its parent and adds it to the new parent.

Parameters
newParent the new parent to add this view to.