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 |
DynamicZoomHandler |
Handles dynamic zoom which picks up on the mouse wheel rotation to zoom
in or out depending on the direction.
|
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 |
PanningHandler |
Container logic used for view panning via mouse dragging for page views.
|
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 |
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 |
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.
|
class |
ZoomOutPageHandler |
Handles mouse click zoom out functionality.
|