| Home >> All >> org >> jfree >> report >> modules >> gui >> converter >> [ parser Javadoc ] |
org.jfree.report.modules.gui.converter.parser: Javadoc index of package org.jfree.report.modules.gui.converter.parser.
Package Samples:
org.jfree.report.modules.gui.converter.parser
Classes:
TranslationTable: A simple attribute translator. The translator searches a set of properties for a specific value and replaces the attribute value with the updated value. A translation will be valid for a given context, which is build acording to the rules specified in the contextmap.properties file.
ConverterParser: The ConverterParser is a filtering proxy implementation that uses the mappings defined in this package to modify the parsed attribute values on the fly into the new values.
ConverterParserFrontend: A parser frontend implementation that initializes the converter parser. This parser will wrap around the real xml parser implementation.
ConverterAttributes: An Attribute implementation that uses a translation table to map given attribute values into the new value-space.
TranslationTableFactory: The translation table factory is responsible for building the contexts and reading the translations.
| Home | Contact Us | Privacy Policy | Terms of Service |