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 |
---|---|
ToggleViewerWidget |
ToggleViewerWidget.getGroupSelection(String groupname)
Return the selected item in the specified group, or
null
if none of the items in that group are selected or no such group
exists. |
Modifier and Type | Method and Description |
---|---|
Collection<ToggleViewerWidget> |
ToggleViewerWidget.getWidgets(String groupname)
Return a Collection of other
ToggleViewerWidget objects in the
specified group. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegionSelector
An abstract superclass for any widgets that require a region to be selected.
|
class |
AnnotationAdd
An
AbstractRegionSelector that allows new annotations to be added to the
PDF Page. |
class |
AnnotationAddLine
A feature that allows new line annotations to be
drawn directly onto the PDF Page.
|
class |
ContinuousPageView
This Widget changes the
DocumentViewport of the current DocumentPanel
to a MultiPageDocumentViewport . |
class |
DragScroll
This widget allows the document to be dragged and scrolled.
|
class |
DualPageView
This Widget changes the
DocumentViewport of the current DocumentPanel
to a DualPageDocumentViewport . |
class |
SelectArea
An
AbstractRegionSelector that allows a rectangular to be selected for
PDF operations. |
class |
SinglePageView
This Widget changes the
DocumentViewport of the current DocumentPanel
to a SinglePageDocumentViewport . |
class |
TextTool
This widget allows text to be selected from the DocumentViewport.
|
class |
ZoomFit
Creates a button/menu item which zooms the Document to fit the current viewport.
|
class |
ZoomFitHeight
Creates a menu item which zooms the Document to fit it's height the current viewport.
|
class |
ZoomFitWidth
Creates a button/menu button which zooms the Document to fit the width to the current viewport.
|
class |
ZoomSelection
Creates a button which will zoom the document to a selected region
The name of this feature is ZoomSelection
This code is copyright the Big Faceless Organization.
|
Copyright © 2001-2017 Big Faceless Organization