Package | Description |
---|---|
applets |
Applets: This package is obsolete, because applets are no longer supported by current browsers.
|
applications |
Command line and GUI application and related classes.
|
color |
Color effects: Effect and parameter classes.
|
drawing |
Drawing effects (effect and parameter classes), where lines, circles or other primitives are drawn.
|
fractals |
Effect classes, their parameter and helper classes that implement fractal algorithms.
|
gui |
Generic gui elements (e.g. panels) and their listeners.
|
gui.color |
Panels of the color effects and gui elements to steer colors, color transitions and other color related settings.
|
gui.drawing |
Panels of the drawing effects.
|
gui.fractals |
Panels of the fractal effects.
|
gui.io |
Panels for data (e.g. images) that is loaded from outside the program.
|
gui.transformation |
Panels for the transformation effects.
|
io |
Classes to load configurations for effects from files and classes to print output to the command line.
|
io.imageeffects |
Classes to load image effect configurations from files.
|
motionanalysis |
Effect classes, their parameter and helper classes that
implement algorithms to detect and analyse motion in videos or image sequences.
|
standard |
Basic classes that are used by effects and their parameter classes: E.g. parameter types, interfaces, listeners, thread management, ...
|
transformation |
Image transformation (e.g. resizing) effects: Effect and parameter classes.
|
util.color |
Generic color operations that can be used by more than one effect.
|
util.image |
Basic image operations that can be used by more than one effect.
|
util.math |
Generic implementations of math helper routines and classes, that are used by more than one effect.
|