public class ZoomSelection extends AbstractRegionSelector
Creates a button which will zoom the document to a selected region
The name of this feature is ZoomSelectionThis 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 and Description |
---|
ZoomSelection() |
Modifier and Type | Method and Description |
---|---|
void |
action(PagePanel panel,
Point2D start,
Point2D end)
Called when an area of the PDF has been selected.
|
action, createRubberBoxComponent, documentUpdated, initialize, pageAction, paintRubberBandComponent, updateViewport
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
public void action(PagePanel panel, Point2D start, Point2D end)
AbstractRegionSelector
action
in class AbstractRegionSelector
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-unitsCopyright © 2001-2017 Big Faceless Organization