Class DefaultGuiContext
- java.lang.Object
-
- org.jfree.report.modules.gui.common.DefaultGuiContext
-
- All Implemented Interfaces:
GuiContext
public class DefaultGuiContext extends java.lang.Object implements GuiContext
Creation-Date: 16.11.2006, 17:05:27- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description DefaultGuiContext(java.util.Locale locale, IconTheme iconTheme, org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.reporting.libraries.base.config.ConfigurationgetConfiguration()IconThemegetIconTheme()java.util.LocalegetLocale()
-
-
-
Constructor Detail
-
DefaultGuiContext
public DefaultGuiContext(java.util.Locale locale, IconTheme iconTheme, org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
-
Method Detail
-
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocalein interfaceGuiContext
-
getIconTheme
public IconTheme getIconTheme()
- Specified by:
getIconThemein interfaceGuiContext
-
getConfiguration
public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
- Specified by:
getConfigurationin interfaceGuiContext
-
-