org.jfree.report.modules.gui.common

Interface IconTheme

public interface IconTheme

An 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
IcongetLargeIcon(Locale locale, String id)
IcongetSmallIcon(Locale locale, String id)
voidinitialize(Configuration configuration)

Method Detail

getLargeIcon

public Icon getLargeIcon(Locale locale, String id)

getSmallIcon

public Icon getSmallIcon(Locale locale, String id)

initialize

public void initialize(Configuration configuration)