class |
AnnotationSelectionHandler |
The AnnotationSelectionHandler is responsible for deselecting all annotations
when a mouse click event has been fired.
|
class |
CircleAnnotationHandler |
CircleAnnotationHandler tool is responsible for painting representation of
a circle on the screen during a click and drag mouse event.
|
class |
DestinationHandler |
Utility for creating new destinations
|
class |
EditTextHandler |
EditTextHandler is a tool handler that allows the user to edit text.
|
class |
FreeTextAnnotationHandler |
FreeTextAnnotationHandler tool is responsible for painting representation of
a FreeTextAnnotationHandler on the screen during a click and drag mouse event.
|
class |
HighLightAnnotationHandler |
HighLightAnnotationHandler tool extends TextSelectionPageHandler which
takes care visually selected text as the mouse is dragged across text on the
current page.
|
class |
InkAnnotationHandler |
InkAnnotationHandler tool is responsible for painting representation of
an ink on the screen as the mouse is dragged around the page.
|
class |
LineAnnotationHandler |
LineAnnotationHandler tool is responsible for painting representation of
a line on the screen during a click and drag mouse event.
|
class |
LineArrowAnnotationHandler |
LineArrowAnnotationHandler tool is responsible for painting representation of
a line arrow on the screen during a click and drag mouse event.
|
class |
LinkAnnotationHandler |
Handles the creation of a new link annotation.
|
class |
RedactionAnnotationHandler |
RedactionAnnotationHandler tool extends HighlightSelectionPageHandler which
takes care visually selected text as the mouse is dragged across text on the
current page as well as double and triple word selection.
|
class |
SelectionBoxHandler |
Handles the drawing of a selection box commonly used for selection
type tools.
|
class |
SignatureAnnotationHandler |
Creates a placeholder for a digital signature.
|
class |
SquareAnnotationHandler |
SquareAnnotationHandler tool is responsible for painting representation of
a square on the screen during a click and drag mouse event.
|
class |
StrikeOutAnnotationHandler |
StrikeOutAnnotationHandler tool extends TextSelectionPageHandler which
takes care visually selected text as the mouse is dragged across text on the
current page.
|
class |
TextAnnotationHandler |
TextAnnotationHandler tool is responsible creating a new comment type
TextAnnotation when a mouse click event is thrown on the page.
|
class |
TextSelection |
TextSelection is a utility class that captures most of the work needed to do basic text, word and line selection.
|
class |
TextSelectionPageHandler |
Handles Paint and mouse/keyboard logic around text selection and search
highlighting.
|
class |
TextSelectionViewHandler |
TextSelectionViewHandler propagates text selection events into the
views child page components.
|
class |
UnderLineAnnotationHandler |
UnderLineAnnotationHandler tool extends TextSelectionPageHandler which
takes care visually selected text as the mouse is dragged across text on the
current page.
|
class |
ZoomInPageHandler |
Handles mouse click zoom in and scroll box zoom in.
|
class |
ZoomInViewHandler |
ZoomInViewHandler handles selection box zoom features when the mouse is
dragged creating box which will be used to calculate a corresponding zoom
level.
|