Interface | Description |
---|---|
DecoratedResizableIcon.IconDecorator |
Icon decorator interface.
|
ResizableIcon |
Interface for icons that have resizability behaviour.
|
Class | Description |
---|---|
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.
|