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 |
---|---|
static PagePanelEvent |
PagePanelEvent.createPageHidden(PagePanel panel,
PDFPage page)
Create a "hidden" PagePanelEvent
|
static PagePanelEvent |
PagePanelEvent.createPageRedrawing(PagePanel panel,
PDFPage page)
Create a "redrawing" PagePanelEvent
|
static PagePanelEvent |
PagePanelEvent.createPageRedrawn(PagePanel panel,
PDFPage page)
Create a "redrawn" PagePanelEvent
|
static PagePanelEvent |
PagePanelEvent.createPageVisible(PagePanel panel,
PDFPage page)
Create a "visible" PagePanelEvent
|
Modifier and Type | Method and Description |
---|---|
void |
PagePanelListener.pageUpdated(PagePanelEvent event)
Called when a
PagePanelEvent is raised |
Modifier and Type | Method and Description |
---|---|
void |
TextHighlighter.pageUpdated(PagePanelEvent event) |
void |
TextTool.pageUpdated(PagePanelEvent event) |
Copyright © 2001-2017 Big Faceless Organization