| Interface | Description |
|---|---|
| DecoratedResizableIcon.IconDecorator |
Icon decorator interface.
|
| Class | Description |
|---|---|
| ColorResizableIcon |
Implementation of
ResizableIcon that fills the icon with a solid
color. |
| DecoratedResizableIcon |
Implementation of
ResizableIcon that adds decorations to a main icon. |
| EmptyResizableIcon |
Implementation of
ResizableIcon that paints nothing. |
| FilteredResizableIcon |
Implementation of
ResizableIcon that allows applying a
BufferedImageOp on another icon. |
| IconDeckResizableIcon<T> |
Implementation of the
ResizableIcon that allows switching the icon
painting at runtime. |
| IcoWrapperResizableIcon |
Implementation of
ResizableIcon interface that wraps ICO files. |
| ImageWrapperResizableIcon |
Implementation of
ResizableIcon interface that wraps image files. |
| LayeredIcon |
Decorator icon that layers icons one on top of the other.
|