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 DilatePlugin.java.
String theba.plugins.DilatePlugin.getAbout | ( | ) |
Implements theba.core.Plugin.
Definition at line 31 of file DilatePlugin.java.
String theba.plugins.DilatePlugin.getCategory | ( | ) |
Implements theba.core.Plugin.
Definition at line 15 of file DilatePlugin.java.
String theba.plugins.DilatePlugin.getName | ( | ) |
Implements theba.core.Plugin.
Definition at line 27 of file DilatePlugin.java.
void theba.plugins.DilatePlugin.process | ( | Stack | stack | ) |
Implements theba.core.Plugin.
Definition at line 19 of file DilatePlugin.java.
References theba.plugins.DilatePlugin.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.DilatePlugin.setup | ( | ThebaGUI | f | ) |
Implements theba.core.Plugin.
Definition at line 11 of file DilatePlugin.java.
References theba.plugins.DilatePlugin.control.
ThebaGUI theba.plugins.DilatePlugin.control [package] |
Definition at line 9 of file DilatePlugin.java.
Referenced by theba.plugins.DilatePlugin.process(), and theba.plugins.DilatePlugin.setup().