Package | Description |
---|---|
net.sourceforge.jiu.apps |
Smaller and larger applications demonstrating how to use JIU.
|
net.sourceforge.jiu.gui.awt |
Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit).
|
net.sourceforge.jiu.ops |
The operation package, with basic functionality for all JIU classes
that actually process images.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorState.addProgressListener(ProgressListener pl)
Adds the argument progress listener to the internal list of progress
listeners to be notified by progress updates.
|
Modifier and Type | Class and Description |
---|---|
class |
JiuAwtFrame
The frame class for the AWT demo program
jiuawt . |
Modifier and Type | Method and Description |
---|---|
void |
Operation.addProgressListener(ProgressListener progressListener)
Adds the argument progress listener to the internal list of
progress listeners.
|
void |
Operation.removeProgressListener(ProgressListener progressListener)
Removes the argument progress listener from the internal list of
progress listeners.
|