fop 1.0

Package org.apache.fop.util

Various utility classes (I/O, codecs, color support, service discovers etc.).

See:
          Description

Interface Summary
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 Summary
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.
 

Package org.apache.fop.util Description

Various utility classes (I/O, codecs, color support, service discovers etc.).


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.