public class SegmentatorPlugin extends java.lang.Object implements BrowserPlugin, AreaSelectionListener
| Constructor and Description |
|---|
SegmentatorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
areaSelected(Area area)
This method is called when the area selection changes in the browser.
|
boolean |
init(Browser browser)
Performs the plugin initialization.
|
public boolean init(Browser browser)
BrowserPlugininit in interface BrowserPluginbrowser - the browser where the plugin is usedtrue when the initialization succeeded, false otherwisepublic void areaSelected(Area area)
AreaSelectionListenerareaSelected in interface AreaSelectionListenerarea - The new selected area.