| Home >> All >> org >> apache >> fop >> [ configuration Javadoc ] |
org.apache.fop.configuration: Javadoc index of package org.apache.fop.configuration.
Package Samples:
org.apache.fop.configuration
Classes:
ConfigurationReader: Entry class for reading configuration from file and creating a configuration class. Example of typical use: 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.
Configuration: a configuration class for all general configuration aspects except those related to specific renderers. All configuration is stored in key / value pairs. The value can be a String, a list of Strings or a map, containing a list of key / value pairs.
ConfigurationParser: SAX2 Handler which retrieves the configuration information and stores them in Configuration. Normally this class doesn't need to be accessed directly.
FontInfo: FontInfo contains meta information on fonts (where is the metrics file etc.)
FontTriplet: FontTriplet contains information on name, weight, style of one font
| Home | Contact Us | Privacy Policy | Terms of Service |