public abstract class AbstractRegionSelector extends ToggleViewerWidget implements DocumentPanelListener, PagePanelInteractionListener
action(PagePanel, Point2D, Point2D)
method.
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
Modifier | Constructor and Description |
---|---|
protected |
AbstractRegionSelector(String name) |
Modifier and Type | Method and Description |
---|---|
void |
action(PagePanel panel,
Point2D start,
Point2D end)
Called when an area of the PDF has been selected.
|
void |
action(ViewerEvent event)
Toggle the active state of this widget by calling
ToggleViewerWidget.setSelected(boolean) |
protected JComponent |
createRubberBoxComponent()
Create the JComponent that it used to display the "rubber box".
|
void |
documentUpdated(DocumentPanelEvent event)
Called when an
DocumentPanelEvent is raised |
void |
initialize(PDFViewer viewer)
Called when the feature is first added to a viewer
|
void |
pageAction(PagePanelInteractionEvent event)
Called when a
PagePanelInteractionEvent is raised |
void |
paintRubberBandComponent(JComponent component,
Graphics2D g)
Paint the component while the "rubber band" box is being stretched.
|
protected void |
updateViewport(DocumentViewport vp,
boolean selected)
Called from
ToggleViewerWidget.setSelected(boolean) , this method is called in each
viewport in use by the PDFViewer or DocumentPanel so
it can update its status. |
getGroupName, getGroupOwner, getGroupSelection, getWidgets, isSelected, setGroupOwner, setSelected
createActionListener, getComponent, getIcon, getViewer, isButtonEnabledByDefault, isDocumentRequired, isMenuEnabledByDefault, setButton, setComponent, setDocumentRequired, setMenu, setMenu, setToolBarEnabled, setToolBarEnabledAlways, setToolBarFloatable, setToolBarFloating, toString
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, isEnabledByDefault, setFeatureName, teardown
protected AbstractRegionSelector(String name)
public void initialize(PDFViewer viewer)
ViewerFeature
initialize
in class ToggleViewerWidget
public void action(ViewerEvent event)
ToggleViewerWidget
ToggleViewerWidget.setSelected(boolean)
action
in class ToggleViewerWidget
protected void updateViewport(DocumentViewport vp, boolean selected)
ToggleViewerWidget
ToggleViewerWidget.setSelected(boolean)
, this method is called in each
viewport in use by the PDFViewer
or DocumentPanel
so
it can update its status. By default it is a no-op.updateViewport
in class ToggleViewerWidget
public void documentUpdated(DocumentPanelEvent event)
DocumentPanelListener
DocumentPanelEvent
is raiseddocumentUpdated
in interface DocumentPanelListener
protected JComponent createRubberBoxComponent()
public void pageAction(PagePanelInteractionEvent event)
PagePanelInteractionListener
PagePanelInteractionEvent
is raisedpageAction
in interface PagePanelInteractionListener
public void paintRubberBandComponent(JComponent component, Graphics2D g)
component
- the "rubber band" box being drawng
- the Graphic2D object to draw on.Copyright © 2001-2017 Big Faceless Organization