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 | Class and Description |
---|---|
class |
DualPageDocumentViewport
A
DocumentViewport that displays two pages at a time. |
class |
MultiPageDocumentViewport
A
DocumentViewport that displays all the pages of a PDF in one column
(or row) in the viewport. |
class |
NullDocumentViewport
A DocumentViewport that doesn't display anything.
|
class |
SinglePageDocumentViewport
A type of
DocumentViewport that displays a single page. |
Modifier and Type | Method and Description |
---|---|
DocumentViewport |
DocumentPanel.getViewport()
Return the
DocumentViewport contained by this DocumentPanel |
DocumentViewport |
PagePanel.getViewport()
Get the
DocumentViewport this PagePanel is contained inside, or
null if this PagePanel was not created as part of a
DocumentPanel |
Modifier and Type | Method and Description |
---|---|
void |
DocumentPanel.setViewport(DocumentViewport viewport)
Set the
DocumentViewport used by this DocumentPanel. |
void |
PagePanel.setViewport(DocumentViewport viewport)
Set the viewport this PagePanel belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
FullScreenMode.setFullScreen(boolean fullscreen,
DocumentViewport viewport)
Set the specified Viewport to be the fullscreen viewport or not
|
Copyright © 2001-2017 Big Faceless Organization