org.pentaho.reporting.engine.classic.core.modules.gui.common
Class DefaultIconTheme

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.common.DefaultIconTheme
All Implemented Interfaces:
IconTheme

public class DefaultIconTheme
extends Object
implements IconTheme

Creation-Date: 13.11.2006, 19:27:51

Author:
Thomas Morgner

Constructor Summary
DefaultIconTheme()
           
 
Method Summary
 Icon getLargeIcon(Locale locale, String id)
           
 Icon getSmallIcon(Locale locale, String id)
           
 void initialize(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIconTheme

public DefaultIconTheme()
Method Detail

initialize

public void initialize(org.pentaho.reporting.libraries.base.config.Configuration configuration)
Specified by:
initialize in interface IconTheme

getSmallIcon

public Icon getSmallIcon(Locale locale,
                         String id)
Specified by:
getSmallIcon in interface IconTheme

getLargeIcon

public Icon getLargeIcon(Locale locale,
                         String id)
Specified by:
getLargeIcon in interface IconTheme