org.jfree.report.modules.gui.common
Class DefaultIconTheme

java.lang.Object
  extended by org.jfree.report.modules.gui.common.DefaultIconTheme
All Implemented Interfaces:
IconTheme

public class DefaultIconTheme
extends java.lang.Object
implements IconTheme

Creation-Date: 13.11.2006, 19:27:51

Author:
Thomas Morgner

Constructor Summary
DefaultIconTheme()
           
 
Method Summary
 javax.swing.Icon getLargeIcon(java.util.Locale locale, java.lang.String id)
           
 javax.swing.Icon getSmallIcon(java.util.Locale locale, java.lang.String id)
           
 void initialize(org.jfree.util.Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIconTheme

public DefaultIconTheme()
Method Detail

initialize

public void initialize(org.jfree.util.Configuration configuration)
Specified by:
initialize in interface IconTheme

getSmallIcon

public javax.swing.Icon getSmallIcon(java.util.Locale locale,
                                     java.lang.String id)
Specified by:
getSmallIcon in interface IconTheme

getLargeIcon

public javax.swing.Icon getLargeIcon(java.util.Locale locale,
                                     java.lang.String id)
Specified by:
getLargeIcon in interface IconTheme