Interface | Description |
---|---|
IComboBoxPanelListener |
Interface for objects that listen to changes in a
ComboBoxPanel . |
IImageEffectPanelListener |
Interface for objects that listen to changes in a
ComboBoxPanel . |
IPropertiesPanelListener |
Specifies the interface for listeneners of a
PropertiesPanel object. |
ISizingPanelListener |
Specifies the interface for listeneners of a
SizingPanel object. |
ISliderPanelListener |
Specifies the interface for listeneners of a
SliderPanel object. |
IZoomPanelListener |
The listener interface that should be implemented, when
the settings of a zoom panel should be considered.
|
Class | Description |
---|---|
AbstractImageEffectPanel |
Represents a panel that shows the result of an image effect in the gui application.
|
AbstractInteractionImageEffectPanel |
Represents a panel that shows the result of an image effect in the gui application and which allows interaction with the mouse.
|
AbstractPropertiesPanel |
Represents a panel that shows parameters of an image effect.
|
ComboBoxPanel |
A panel with a label for an effect property and
ComboBox managing the value of this effect property. |
DoubleSliderPanel |
A panel for steering a numeric effect parameter with a slider and a spinner as main gui components.
|
GridBagLayoutUtilities |
A collection of methods that helps to organize components in a grid bag layout, which is no longer used!!!
|
ImageEffectInternalFrame |
Represents an internal frame of an image effect that contains the image effect panel and its properties panel.
|
ImageEffectSaveOption |
Represents a panel that shows the result of an image effect in the gui application.
|
IntegerSliderPanel |
A panel for steering a numeric effect parameter with a slider and a spinner as main gui components.
|
JPanelWithListener<PanelListener> |
Represents a panel that shows the result of an image effect in the gui application.
|
PropertiesInternalFrame |
Implementation of an internal frame that shows a properties panel which steers the properties of an image or video effect.
|
SimpleImageEffectPanel |
Implements an image effect panel that shows only the image of the effect.
|
SizingPanel |
A panel that steers the size of an image effect.
|
SliderPanel |
A panel for steering a numeric effect parameter with a slider and a spinner as main gui components.
|
ZoomPanel |
Representing a panel with a zoom drop down box to steer the zoom.
|