Uses of Interface
org.jfree.util.ExtendedConfiguration
-
Packages that use ExtendedConfiguration Package Description org.jfree.base Base level classes.org.jfree.base.modules Module definitions:org.jfree.util General utility classes. -
-
Uses of ExtendedConfiguration in org.jfree.base
Methods in org.jfree.base that return ExtendedConfiguration Modifier and Type Method Description ExtendedConfiguration
AbstractBoot. getExtendedConfig()
Returns the global configuration as extended configuration. -
Uses of ExtendedConfiguration in org.jfree.base.modules
Methods in org.jfree.base.modules that return ExtendedConfiguration Modifier and Type Method Description ExtendedConfiguration
SubSystem. getExtendedConfig()
Returns the global configuration as ExtendedConfiguration instance. -
Uses of ExtendedConfiguration in org.jfree.util
Classes in org.jfree.util that implement ExtendedConfiguration Modifier and Type Class Description class
ExtendedConfigurationWrapper
A wrapper for the extended configuration interface around a plain configuration.
-