public interface AreaSelectionAction
SelectArea
feature. Any features implementing this
interface will be presented as an option by that feature.SelectArea
,
TextSelectionAction
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the name of this Action, to appear in the popup menu.
|
boolean |
isEnabled()
Indicates whether this action is enabled.
|
void |
selectArea(PagePanel pagepanel,
Rectangle2D area)
Invoked when the area is selected.
|
String getDescription()
void selectArea(PagePanel pagepanel, Rectangle2D area)
pagepanel
- the PagePanel the area was selected onarea
- the selected areaboolean isEnabled()
Copyright © 2001-2017 Big Faceless Organization