Class Summary |
Configuration |
a configuration class for all general configuration aspects except those
related to specific renderers. |
ConfigurationParser |
SAX2 Handler which retrieves the configuration information and stores them in Configuration.
|
ConfigurationReader |
entry class for reading configuration from file and creating a configuration
class. typical use looks like that:
ConfigurationReader reader = new ConfigurationReader ("config.xml","standard");
try {
reader.start();
} catch (org.apache.fop.apps.FOPException error) {
reader.dumpError(error);
}
Once the configuration has been setup, the information can be accessed with
the methods of StandardConfiguration. |
FontInfo |
FontInfo contains meta information on fonts (where is the metrics file etc.) |
FontTriplet |
FontTriplet contains information on name, weight, style of one font |