public static class

CountToolCreatePresetDialog.Builder

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.dialog.measurecount.CountToolCreatePresetDialog.Builder

Class Overview

Builder for building annotation style dialog

Summary

Public Constructors
Builder()
Creates a builder for an annotation style dialog
Builder(AnnotStyle annotStyle)
Creates a builder for an annotation style dialog with given annotation style
Public Methods
CountToolCreatePresetDialog build()
CountToolCreatePresetDialog.Builder setAnnotStyle(AnnotStyle annotStyle)
Sets annotation style to the builder, it is used for setting annotation style for dialog
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Builder ()

Creates a builder for an annotation style dialog

public Builder (AnnotStyle annotStyle)

Creates a builder for an annotation style dialog with given annotation style

Parameters
annotStyle The annotation style for building the dialog

Public Methods

public CountToolCreatePresetDialog build ()

public CountToolCreatePresetDialog.Builder setAnnotStyle (AnnotStyle annotStyle)

Sets annotation style to the builder, it is used for setting annotation style for dialog

Parameters
annotStyle The annotation style for building dialog. This is equivalent to call: new Builder(annotStyle)
Returns
  • The builder