org.jfree.report.modules.gui.base
Interface Skin

All Known Implementing Classes:
ResourceBundleSkin

public interface Skin

Creation-Date: 07.12.2005, 20:07:20

Author:
Thomas Morgner

Field Summary
static boolean LARGE_ICON_SIZE
           
static boolean NORMAL_ICON_SIZE
           
 
Method Summary
 javax.swing.Icon getIcon(java.lang.String id, boolean scale, boolean size)
           
 java.util.ResourceBundle getResourceBundle(java.lang.String id)
           
 

Field Detail

NORMAL_ICON_SIZE

public static final boolean NORMAL_ICON_SIZE

LARGE_ICON_SIZE

public static final boolean LARGE_ICON_SIZE
Method Detail

getIcon

public javax.swing.Icon getIcon(java.lang.String id,
                                boolean scale,
                                boolean size)

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.lang.String id)