|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.faceless.pdf2.viewer2.ViewerFeature
org.faceless.pdf2.viewer2.ViewerWidget
org.faceless.pdf2.viewer2.ToggleViewerWidget
org.faceless.pdf2.viewer2.feature.AbstractRegionSelector
public abstract class AbstractRegionSelector
An abstract superclass for any widgets that require a region to be selected. Subclasses
should override the 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.
| Constructor Summary | |
|---|---|
protected |
AbstractRegionSelector(String name)
|
| Method Summary | |
|---|---|
void |
action(PagePanel panel,
Point2D start,
Point2D end)
Called when an area of the PDF has been selected. |
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. |
void |
setSelected(boolean selected)
Set whether this Region Selector is selected or not on the specified panel. |
| Methods inherited from class org.faceless.pdf2.viewer2.ToggleViewerWidget |
|---|
action, getGroupName, getGroupOwner, getGroupSelection, getWidgets, isSelected, setGroupOwner |
| Methods inherited from class org.faceless.pdf2.viewer2.ViewerWidget |
|---|
getComponent, getViewer, setButton, setComponent, setDocumentRequired, setMenu, setMenu, setToolBarEnabled, setToolBarEnabledAlways, setToolBarFloatable, setToolBarFloating, toString |
| Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature |
|---|
getAllFeatures, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractRegionSelector(String name)
| Method Detail |
|---|
public void initialize(PDFViewer viewer)
ViewerFeature
initialize in class ToggleViewerWidgetpublic void setSelected(boolean selected)
ToggleViewerWidget.action(ViewerEvent)}
setSelected in class ToggleViewerWidgetselected - whether this Widget is active or notpublic void documentUpdated(DocumentPanelEvent event)
DocumentPanelListenerDocumentPanelEvent is raised
documentUpdated in interface DocumentPanelListenerpublic void pageAction(PagePanelInteractionEvent event)
PagePanelInteractionListenerPagePanelInteractionEvent is raised
pageAction in interface PagePanelInteractionListener
public void paintRubberBandComponent(JComponent component,
Graphics2D g)
component - the "rubber band" box being drawng - the Graphic2D object to draw on.
public void action(PagePanel panel,
Point2D start,
Point2D end)
panel - the PagePanel the selection was made on.start - the start point of the selection, in PDF-unitsend - the end point of the selection, in PDF-units
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||