Class DefaultIconTheme
java.lang.Object
org.jfree.report.modules.gui.common.DefaultIconTheme
- All Implemented Interfaces:
IconTheme
Creation-Date: 13.11.2006, 19:27:51
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLargeIcon
(Locale locale, String id) getSmallIcon
(Locale locale, String id) void
initialize
(org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
Constructor Details
-
DefaultIconTheme
public DefaultIconTheme()
-
-
Method Details
-
initialize
public void initialize(org.pentaho.reporting.libraries.base.config.Configuration configuration) - Specified by:
initialize
in interfaceIconTheme
-
getSmallIcon
- Specified by:
getSmallIcon
in interfaceIconTheme
-
getLargeIcon
- Specified by:
getLargeIcon
in interfaceIconTheme
-