public abstract class IconRenderer<I extends Icon>
extends java.lang.Object
Constructor and Description |
---|
IconRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
initialize() |
void |
render(I icon,
Component component,
Context context) |
abstract void |
renderIcon(I icon,
Component component,
Context context) |