Public Member Functions | |
void | setup (ThebaGUI f) |
String | getCategory () |
void | process (Stack stack) |
String | getName () |
String | getAbout () |
Package Attributes | |
ThebaGUI | control |
Definition at line 8 of file ErodePlugin.java.
String theba.plugins.ErodePlugin.getAbout | ( | ) |
Implements theba.core.Plugin.
Definition at line 31 of file ErodePlugin.java.
String theba.plugins.ErodePlugin.getCategory | ( | ) |
Implements theba.core.Plugin.
Definition at line 15 of file ErodePlugin.java.
String theba.plugins.ErodePlugin.getName | ( | ) |
Implements theba.core.Plugin.
Definition at line 27 of file ErodePlugin.java.
void theba.plugins.ErodePlugin.process | ( | Stack | stack | ) |
Implements theba.core.Plugin.
Definition at line 19 of file ErodePlugin.java.
References theba.plugins.ErodePlugin.control, theba.core.Stack.getDepth(), theba.core.Stack.getHeight(), theba.core.Stack.getSlice(), theba.core.Stack.getWidth(), theba.core.Stack.putSlice(), and theba.core.gui.ThebaGUI.setProgress().
void theba.plugins.ErodePlugin.setup | ( | ThebaGUI | f | ) |
Implements theba.core.Plugin.
Definition at line 11 of file ErodePlugin.java.
References theba.plugins.ErodePlugin.control.
ThebaGUI theba.plugins.ErodePlugin.control [package] |
Definition at line 9 of file ErodePlugin.java.
Referenced by theba.plugins.ErodePlugin.process(), and theba.plugins.ErodePlugin.setup().