org.jfree.report.modules.gui.common

Class DefaultGuiContext

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

DefaultGuiContext(Locale locale, IconTheme iconTheme, Configuration configuration)

Method Summary

Configuration
getConfiguration()
IconTheme
getIconTheme()
Locale
getLocale()

Constructor Details

DefaultGuiContext

public DefaultGuiContext(Locale locale,
                         IconTheme iconTheme,
                         Configuration configuration)

Method Details

getConfiguration

public Configuration getConfiguration()
Specified by:
getConfiguration in interface GuiContext

getIconTheme

public IconTheme getIconTheme()
Specified by:
getIconTheme in interface GuiContext

getLocale

public Locale getLocale()
Specified by:
getLocale in interface GuiContext