Interface IconTheme
-
- All Known Implementing Classes:
DefaultIconTheme
public interface IconThemeAn Icon-Theme is an extension point to replace the icons that are used by JFreeReport. Icons provided by the theme must be available in two flavours: Large (24x24) and small (16x16).- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.IcongetLargeIcon(java.util.Locale locale, java.lang.String id)javax.swing.IcongetSmallIcon(java.util.Locale locale, java.lang.String id)voidinitialize(org.pentaho.reporting.libraries.base.config.Configuration configuration)
-