Package | Description |
---|---|
org.faceless.pdf2.viewer2 |
The "viewer" package contains the classes required to create a Swing application to
display PDFs.
|
org.faceless.pdf2.viewer2.feature |
Contains a list of all the features that are available to the PDFViewer.
|
Modifier and Type | Method and Description |
---|---|
PagePanelInteractionEvent |
PagePanelInteractionEvent.getEventOnNewPanel()
If the MouseEvent that triggered this event was a "mouseDragged" MouseEvent,
and the mouse has been dragged from the original PagePanel to a new PagePanel,
return a new PagePanelInteractionEvent which reflects the event on the new
PagePanel.
|
Modifier and Type | Method and Description |
---|---|
void |
PagePanelInteractionListener.pageAction(PagePanelInteractionEvent event)
Called when a
PagePanelInteractionEvent is raised |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRegionSelector.pageAction(PagePanelInteractionEvent event) |
void |
Coordinates.pageAction(PagePanelInteractionEvent event) |
void |
TextTool.pageAction(PagePanelInteractionEvent event)
Handle mousePressed, mouseDragged and mouseMoved events on this page, which
are used to select text.
|
Copyright © 2001-2017 Big Faceless Organization