fop 1.1

Uses of Package
org.apache.fop.fo

Packages that use org.apache.fop.fo
org.apache.fop.accessibility.fo   
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
org.apache.fop.area FOP's area tree. 
org.apache.fop.complexscripts.bidi   
org.apache.fop.datatypes XSL Datatypes. 
org.apache.fop.events Subsystem for reporting events inside FOP to client applications. 
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.expr Classes for XSL expressions and functions. 
org.apache.fop.fo.extensions Base classes for implementing extensions to XSL-FO. 
org.apache.fop.fo.extensions.destination Classes to support named destinations (only relevant for PDF output) 
org.apache.fop.fo.extensions.svg SVG extension classes which handle elements from the SVG namespace. 
org.apache.fop.fo.extensions.xmp Extension classes which handles XMP metadata
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.fo.flow.table   
org.apache.fop.fo.pagination All the pagination and declaration formatting objects. 
org.apache.fop.fo.pagination.bookmarks Formatting objects for bookmarks as defined since XSL 1.1. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.layoutmgr.list Layout managers for lists. 
org.apache.fop.layoutmgr.table Layout managers for tables. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.afp.extensions   
org.apache.fop.render.awt AWT Renderer used for displaying rendered pages in Java applications. 
org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages. 
org.apache.fop.render.intermediate   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.mif MIF Output Support 
org.apache.fop.render.pcl.extensions   
org.apache.fop.render.pdf.extensions   
org.apache.fop.render.print Renderer which prints rendered pages directly to a printer. 
org.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer. 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
org.apache.fop.render.rtf.rtflib.tools Utility classes used in RTF file generation. 
org.apache.fop.render.svg SVG (Structured Vector Graphics) Renderer 
org.apache.fop.render.txt Plain Text Renderer 
org.apache.fop.render.txt.border Border handling classes for the Plain Text Renderer 
org.apache.fop.render.xml Area Tree XML Renderer. 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Classes in org.apache.fop.fo used by org.apache.fop.accessibility.fo
DelegatingFOEventHandler
          This class delegates all FO events to another FOEventHandler instance.
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
FOText
          A text node (PCDATA) in the formatting object tree.
 

Classes in org.apache.fop.fo used by org.apache.fop.apps
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
ElementMappingRegistry
          This class keeps track of all configured ElementMapping implementations which are responsible for properly handling all kinds of different XML namespaces.
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
 

Classes in org.apache.fop.fo used by org.apache.fop.area
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
 

Classes in org.apache.fop.fo used by org.apache.fop.complexscripts.bidi
CharIterator
          Abstract base class for iterators that should iterate through a series of characters.
FONode
          Base class for nodes in the XML tree
 

Classes in org.apache.fop.fo used by org.apache.fop.datatypes
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
PropertyList
          Class containing the collection of properties for a given FObj.
 

Classes in org.apache.fop.fo used by org.apache.fop.events
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo
CharIterator
          Abstract base class for iterators that should iterate through a series of characters.
Constants
          Definition of constants used throughout FOP.
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
ElementMapping.Maker
          Base class for all Makers.
ElementMappingRegistry
          This class keeps track of all configured ElementMapping implementations which are responsible for properly handling all kinds of different XML namespaces.
FObj
          Base class for representation of formatting objects and their processing.
FObjMixed
          Abstract base class for representation of mixed content formatting objects (= those that can contain both child FONodes and #PCDATA).
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
FONode
          Base class for nodes in the XML tree
FONode.FONodeIterator
          Base iterator interface over a FO's children
FOText
          A text node (PCDATA) in the formatting object tree.
FOTreeBuilderContext
          Context class providing information needed while building the FO tree.
FOValidationEventProducer
          Event producer interface for XSL-FO validation messages.
PropertyList
          Class containing the collection of properties for a given FObj.
PropertyListMaker
          A PropertyListMaker is a factory that creates PropertyLists.
ValidationException
          Exception thrown during FO tree validation.
XMLObj
          Abstract class modelling generic, non-XSL-FO XML objects.
XMLWhiteSpaceHandler
          Class encapsulating the functionality for white-space-handling during refinement stage.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.expr
FObj
          Base class for representation of formatting objects and their processing.
PropertyList
          Class containing the collection of properties for a given FObj.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.extensions
Constants
          Definition of constants used throughout FOP.
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
FObj
          Base class for representation of formatting objects and their processing.
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
FONode
          Base class for nodes in the XML tree
GraphicsProperties
          This interface provides access to properties necessary to calculate the size and positioning of images and graphics inside a viewport.
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.extensions.destination
FONode
          Base class for nodes in the XML tree
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.extensions.svg
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
FONode
          Base class for nodes in the XML tree
XMLObj
          Abstract class modelling generic, non-XSL-FO XML objects.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.extensions.xmp
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
FONode
          Base class for nodes in the XML tree
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.flow
CharIterator
          Abstract base class for iterators that should iterate through a series of characters.
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FObjMixed
          Abstract base class for representation of mixed content formatting objects (= those that can contain both child FONodes and #PCDATA).
FONode
          Base class for nodes in the XML tree
GraphicsProperties
          This interface provides access to properties necessary to calculate the size and positioning of images and graphics inside a viewport.
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
XMLObj
          Abstract class modelling generic, non-XSL-FO XML objects.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.flow.table
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FONode
          Base class for nodes in the XML tree
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.pagination
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FObjMixed
          Abstract base class for representation of mixed content formatting objects (= those that can contain both child FONodes and #PCDATA).
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
FONode
          Base class for nodes in the XML tree
FOTreeBuilderContext
          Context class providing information needed while building the FO tree.
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.pagination.bookmarks
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FONode
          Base class for nodes in the XML tree
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.fo.properties
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
PropertyList
          Class containing the collection of properties for a given FObj.
 

Classes in org.apache.fop.fo used by org.apache.fop.fonts
FOText
          A text node (PCDATA) in the formatting object tree.
 

Classes in org.apache.fop.fo used by org.apache.fop.layoutmgr
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FONode
          Base class for nodes in the XML tree
 

Classes in org.apache.fop.fo used by org.apache.fop.layoutmgr.inline
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FOText
          A text node (PCDATA) in the formatting object tree.
GraphicsProperties
          This interface provides access to properties necessary to calculate the size and positioning of images and graphics inside a viewport.
 

Classes in org.apache.fop.fo used by org.apache.fop.layoutmgr.list
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.layoutmgr.table
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
 

Classes in org.apache.fop.fo used by org.apache.fop.render
Constants
          Definition of constants used throughout FOP.
FObj
          Base class for representation of formatting objects and their processing.
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.afp.extensions
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
FONode
          Base class for nodes in the XML tree
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.awt
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.bitmap
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.intermediate
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.java2d
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.mif
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
FOText
          A text node (PCDATA) in the formatting object tree.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.pcl.extensions
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.pdf.extensions
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
FONode
          Base class for nodes in the XML tree
PropertyList
          Class containing the collection of properties for a given FObj.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.print
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.ps.extensions
ElementMapping
          Abstract base class for Element Mappings (including FO Element Mappings) which provide the framework of valid elements and attributes for a given namespace.
FONode
          Base class for nodes in the XML tree
PropertyList
          Class containing the collection of properties for a given FObj.
ValidationException
          Exception thrown during FO tree validation.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.rtf
FOEventHandler
          Abstract class defining what should be done with SAX events that map to XSL-FO input.
FONode
          Base class for nodes in the XML tree
FOText
          A text node (PCDATA) in the formatting object tree.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.rtf.rtflib.tools
FObj
          Base class for representation of formatting objects and their processing.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.svg
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.txt
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.txt.border
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.render.xml
Constants
          Definition of constants used throughout FOP.
 

Classes in org.apache.fop.fo used by org.apache.fop.traits
FONode
          Base class for nodes in the XML tree
 


fop 1.1

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