public interface ImageExporter extends ImagePlugin
SwingWorker
. There is an
abstract plugin base already defined exactly for that purpose, so rather
than implementing this inteface directly, extend AbstractImageExporter
instead.Modifier and Type | Method and Description |
---|---|
void |
export(ImageExportDef exportDef,
Component parent)
Initiates and executes the image export process.
|
String |
getTooltip(Locale locale)
Retrieves tooltip from plugin's configuration.
|
setSelectorId
initialize
void export(ImageExportDef exportDef, Component parent)
exportDef
- export processing parameterscomponent
- visual parent component invoking a plugin; handy if
plugin desires to display a dialogCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.