-
Interface Summary
| Interface |
Description |
| DefaultStyleSupplier<STYLE> |
Provides the default style for an icon library.
|
| IconDecoder<ICON extends Icon<ICON,?>> |
Decodes icons from an encoded icon Strings such as they are produced by the IconEncoder.
|
| IconEncoder<ICON extends Icon<ICON,?>> |
Responsible for creating String representations for icons.
|
| IconLoader<ICON extends Icon<ICON,?>> |
Loads icons, providing them in binary form.
|
-
Annotation Types Summary
| Annotation Type |
Description |
| IconLibrary |
Defines an IconLibrary.
|