|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentViewport | |
---|---|
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. |
Uses of DocumentViewport in org.faceless.pdf2.viewer2 |
---|
Subclasses of DocumentViewport in org.faceless.pdf2.viewer2 | |
---|---|
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. |
Methods in org.faceless.pdf2.viewer2 that return DocumentViewport | |
---|---|
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 |
Methods in org.faceless.pdf2.viewer2 with parameters of type DocumentViewport | |
---|---|
void |
DocumentPanel.setViewport(DocumentViewport viewport)
Set the DocumentViewport used by this DocumentPanel. |
void |
PagePanel.setViewport(DocumentViewport viewport)
Set the viewport this PagePanel belongs to |
Uses of DocumentViewport in org.faceless.pdf2.viewer2.feature |
---|
Methods in org.faceless.pdf2.viewer2.feature with parameters of type DocumentViewport | |
---|---|
void |
FullScreenMode.setFullScreen(boolean fullscreen,
DocumentViewport viewport)
Set the specified Viewport to be the fullscreen viewport or not |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |