See: Description
| Interface | Description |
|---|---|
| ContentHandlerFactory |
Factory interface implemented by classes that can instantiate ContentHandler subclasses which
parse a SAX stream into Java objects.
|
| ContentHandlerFactory.ObjectBuiltListener |
EventListener interface for objects which want to get notified when ContentHandler
implementing the ObjectSource interface has finished parsing.
|
| ContentHandlerFactory.ObjectSource |
Interface that ContentHandler implementations that parse Java objects from XML can implement
to return these objects.
|
| XMLConstants |
A collection of constants for XML handling.
|
| Class | Description |
|---|---|
| AbstractPaintingState |
A base class which holds information about the current painting state.
|
| BreakUtil |
A utility class for manipulating break classes (the break-before and break-after properties).
|
| CharUtilities |
This class provides utilities to distinguish various kinds of Unicode
whitespace and to get character widths in a given FontState.
|
| CloseBlockerOutputStream |
This is a decorator to block calls to close() to the underlying stream.
|
| ColorExt |
Color helper class.
|
| ColorProfileUtil |
Helper methods for handling color profiles.
|
| ColorSpaceCache |
Map with cached ICC based ColorSpace objects.
|
| ColorUtil |
Generic Color helper class.
|
| CommandLineLogger |
This is a commons-logging logger for command line use.
|
| ContentHandlerFactoryRegistry |
This class holds references to various XML handlers used by FOP.
|
| ConversionUtils |
This class contains utility methods for conversions, like
a java.lang.String to an array of int or double.
|
| DataURIResolver | Deprecated |
| DataURLUtil | Deprecated |
| DecimalFormatCache |
This class provides a cache for
DecimalFormat instance. |
| DefaultErrorListener |
Standard ErrorListener implementation for in-FOP use.
|
| DelegatingContentHandler |
SAX 2 Event Handler which simply delegates all calls to another ContentHandler.
|
| DOM2SAX |
Helper class that produces a SAX stream from a DOM Document.
|
| DOMBuilderContentHandlerFactory |
ContentHandlerFactory which constructs ContentHandlers that build DOM Documents.
|
| GenerationHelperContentHandler |
This class is a delegating SAX ContentHandler which has the purpose to provide a few handy
methods that make life easier when generating SAX events.
|
| ListUtil |
Provides helper functions for
List. |
| LogUtil |
Convenience Logging utility methods used in FOP
|
| QName | Deprecated
Use the XML Graphics Commons variant instead!
|
| TransformerDefaultHandler |
A DefaultHandler implementation that delegates all the method calls to a
TransformerHandler instance. |
| UnclosableInputStream |
Provides an InputStreamFilter which avoids closing the original stream.
|
| UnitConv | Deprecated
use org.apache.xmlgraphics.util.UnitConv instead.
|
| WriterOutputStream | Deprecated |
| XMLResourceBundle |
This class is a ResourceBundle that loads its contents from XML files instead of properties
files (like PropertiesResourceBundle).
|
| XMLUtil |
A collection of utility method for XML handling.
|
Various utility classes (I/O, codecs, color support, service discovers etc.).
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.