Uses of Class
org.apache.fop.fo.FOEventHandler
Packages that use FOEventHandler
Package
Description
Application classes used for running FOP embedded in other applications.
FOP's area tree.
Classes, constants and basic infrastructure for the FO tree.
All the pagination and declaration formatting objects.
Generic renderer interface.
RTF (Rich Text Format) Output Support
-
Uses of FOEventHandler in org.apache.fop.accessibility.fo
Subclasses of FOEventHandler in org.apache.fop.accessibility.foModifier and TypeClassDescriptionclass
Allows to create the structure tree of an FO document, by converting FO events into appropriate structure tree events.Fields in org.apache.fop.accessibility.fo declared as FOEventHandlerModifier and TypeFieldDescriptionprotected FOEventHandler
FO2StructureTreeConverter.converter
The top of theFO2StructureTreeConverter.converters
stack.Constructors in org.apache.fop.accessibility.fo with parameters of type FOEventHandlerModifierConstructorDescriptionFO2StructureTreeConverter
(StructureTreeEventHandler structureTreeEventHandler, FOEventHandler delegate) Creates a new instance. -
Uses of FOEventHandler in org.apache.fop.apps
Methods in org.apache.fop.apps that return FOEventHandlerModifier and TypeMethodDescriptionFOUserAgent.getFOEventHandlerOverride()
Returns the overriding FOEventHandler instance, if any.Methods in org.apache.fop.apps with parameters of type FOEventHandlerModifier and TypeMethodDescriptionvoid
FOUserAgent.setFOEventHandlerOverride
(FOEventHandler handler) Sets an explicit FOEventHandler instance which overrides the one defined by the render type setting. -
Uses of FOEventHandler in org.apache.fop.area
Subclasses of FOEventHandler in org.apache.fop.area -
Uses of FOEventHandler in org.apache.fop.fo
Subclasses of FOEventHandler in org.apache.fop.foModifier and TypeClassDescriptionclass
This class delegates all FO events to another FOEventHandler instance.Methods in org.apache.fop.fo that return FOEventHandlerModifier and TypeMethodDescriptionFOTreeBuilder.getEventHandler()
Provides access to the underlyingFOEventHandler
object.FONode.getFOEventHandler()
Recursively goes up the FOTree hierarchy until thefo:root
is found, which returns the parentFOEventHandler
.Methods in org.apache.fop.fo with parameters of type FOEventHandlerModifier and TypeMethodDescriptionprotected PropertyList
FObj.createPropertyList
(PropertyList parent, FOEventHandler foEventHandler) Create a default property list for this element.protected PropertyList
FONode.createPropertyList
(PropertyList pList, FOEventHandler foEventHandler) Create a property list for this node.Constructors in org.apache.fop.fo with parameters of type FOEventHandlerModifierConstructorDescriptionDelegatingFOEventHandler
(FOEventHandler delegate) Creates a new instance that delegates events to the given object. -
Uses of FOEventHandler in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return FOEventHandlerModifier and TypeMethodDescriptionRoot.getFOEventHandler()
This method overrides the FONode version.Methods in org.apache.fop.fo.pagination with parameters of type FOEventHandlerModifier and TypeMethodDescriptionvoid
Root.setFOEventHandler
(FOEventHandler foEventHandler) Sets the FOEventHandler object that this Root is attached to -
Uses of FOEventHandler in org.apache.fop.render
Methods in org.apache.fop.render that return FOEventHandlerModifier and TypeMethodDescriptionRendererFactory.createFOEventHandler
(FOUserAgent userAgent, String outputFormat, OutputStream out) Creates FOEventHandler instances based on the desired output.abstract FOEventHandler
AbstractFOEventHandlerMaker.makeFOEventHandler
(FOUserAgent ua, OutputStream out) Instantiates a new FOEventHandler. -
Uses of FOEventHandler in org.apache.fop.render.rtf
Subclasses of FOEventHandler in org.apache.fop.render.rtfModifier and TypeClassDescriptionclass
RTF Handler: generates RTF output using the structure events from the FO Tree sent to this structure handler.Methods in org.apache.fop.render.rtf that return FOEventHandlerModifier and TypeMethodDescriptionRTFFOEventHandlerMaker.makeFOEventHandler
(FOUserAgent ua, OutputStream out) Instantiates a new FOEventHandler.