| CropDialog | A dialog to enter the parameters for an image crop operation. |
| Dialogs | Convenience class that provides a number of static helper methods to deal with dialogs. |
| GammaCorrectionDialog | A dialog to enter the parameters for a gamma correction operation. |
| HueSaturationValueDialog | A dialog to enter the parameters for an hue/saturation/value adjustment operation. |
| InfoDialog | A modal AWT dialog that displays text in a non-editable text area component
(so that it can be selected and easily copied to the system's clipboard). |
| IntegerDialog | An AWT dialog to select an int value from a given interval. |
| MapToArbitraryPaletteDialog | A dialog to enter the parameters for an operation to map an RGB truecolor
image to any given palette. |
| MedianCutDialog | A dialog to enter the parameters for a Median Cut color quantization operation. |
| OctreeDialog | A dialog to enter the parameters for an Octree color quantization operation. |
| ReduceGrayscaleDialog | A dialog to enter the parameters for a grayscale reduction operation. |
| ScaleDialog | A dialog to enter the parameters for an image scaling operation. |
| ShearDialog | An AWT dialog to enter the angle for a shearing operation. |
| UniformPaletteQuantizerDialog | An AWT dialog to enter the parameters for a uniform palette color quantization operation. |
| WindowSizeDialog | A dialog to enter values for the width and height of a window (typically
for a spatial filter like median or mean. |
| YesNoDialog | A dialog that asks a question and offers a Yes and a No button
(and optionally a Cancel button). |