java.lang.Object | ||
↳ | DialogFragment | |
↳ | com.pdftron.pdf.dialog.measurecount.CountToolCreatePresetDialog |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | CountToolCreatePresetDialog.Builder | Builder for building annotation style dialog | |||||||||
interface | CountToolCreatePresetDialog.CountToolCreatePresetDialogListener | ||||||||||
class | CountToolCreatePresetDialog.Theme |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final String | TAG |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CountToolCreatePresetDialog() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | dismiss() | ||||||||||
AnnotationPropertyPreviewView |
getAnnotPreview()
Abstract method for getting current annotation style preview view
| ||||||||||
SparseArray<AnnotationPropertyPreviewView> |
getAnnotPreviews()
Abstract method for getting all annotation style preview views
| ||||||||||
AnnotStyle |
getAnnotStyle()
Abstract method for getting annotation style
| ||||||||||
static CountToolCreatePresetDialog |
newInstance()
Creates a new instance of CountToolCreatePresetDialog
| ||||||||||
void |
onAnnotStyleLayoutUpdated()
Abstract method to notify when the annot style layout has changed
| ||||||||||
void | onCreate(Bundle savedInstanceState) | ||||||||||
View | onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) | ||||||||||
void | onSaveInstanceState(Bundle outState) | ||||||||||
void | onViewStateRestored(Bundle savedInstanceState) | ||||||||||
void |
saveAnnotStyles()
Saves annotation styles to settings
| ||||||||||
void |
setAnnotPreviewVisibility(int visibility)
Abstract method for setting annotation style preview visibility
| ||||||||||
void | setAnnotStyle(AnnotStyle annotStyle) | ||||||||||
void |
setAnnotStyleProperties(HashMap<Integer, AnnotStyleProperty> annotStyleProperties)
Sets the AnnotStyleProperties that will be used to hide elements of the AnnotStyleDialog.
| ||||||||||
void | setListener(CountToolCreatePresetDialog.CountToolCreatePresetDialogListener listener) | ||||||||||
void | setMeasureCountToolViewModel(MeasureCountToolViewModel measureCountToolViewModel) | ||||||||||
void | setPresetBarViewModel(PresetBarViewModel presetBarViewModel) | ||||||||||
void | setToolbarStyleId(String toolbarStyleId) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pdftron.pdf.model.AnnotStyle.AnnotStyleHolder
|
Abstract method for getting current annotation style preview view
Abstract method for getting all annotation style preview views
Abstract method for getting annotation style
Creates a new instance of CountToolCreatePresetDialog
Abstract method to notify when the annot style layout has changed
Saves annotation styles to settings
Abstract method for setting annotation style preview visibility
Sets the AnnotStyleProperties that will be used to hide elements of the AnnotStyleDialog.
annotStyleProperties | hash map of annot types and the AnnotStyleProperties |
---|