|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FOEventHandler | |
---|---|
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.fo | Classes, constants and basic infrastructure for the FO tree. |
org.apache.fop.fo.extensions | Base classes for implementing extensions to XSL-FO. |
org.apache.fop.fo.pagination | All the pagination and declaration formatting objects. |
org.apache.fop.render | Generic renderer interface. |
org.apache.fop.render.mif | MIF Output Support |
org.apache.fop.render.rtf | RTF (Rich Text Format) Output Support |
Uses of FOEventHandler in org.apache.fop.apps |
---|
Methods in org.apache.fop.apps that return FOEventHandler | |
---|---|
FOEventHandler |
FOUserAgent.getFOEventHandlerOverride()
Returns the overriding FOEventHandler instance, if any. |
Methods in org.apache.fop.apps with parameters of type FOEventHandler | |
---|---|
void |
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 | |
---|---|
class |
AreaTreeHandler
Area tree handler for formatting objects. |
Uses of FOEventHandler in org.apache.fop.fo |
---|
Methods in org.apache.fop.fo that return FOEventHandler | |
---|---|
FOEventHandler |
FOTreeBuilder.getEventHandler()
Provides access to the underlying FOEventHandler object. |
FOEventHandler |
FONode.getFOEventHandler()
Recursively goes up the FOTree hierarchy until the fo:root is found, which returns the parent FOEventHandler. |
Methods in org.apache.fop.fo with parameters of type FOEventHandler | |
---|---|
protected 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. |
Uses of FOEventHandler in org.apache.fop.fo.extensions |
---|
Methods in org.apache.fop.fo.extensions with parameters of type FOEventHandler | |
---|---|
protected PropertyList |
ExtensionObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element. |
Uses of FOEventHandler in org.apache.fop.fo.pagination |
---|
Methods in org.apache.fop.fo.pagination that return FOEventHandler | |
---|---|
FOEventHandler |
Root.getFOEventHandler()
This method overrides the FONode version. |
Methods in org.apache.fop.fo.pagination with parameters of type FOEventHandler | |
---|---|
void |
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 FOEventHandler | |
---|---|
FOEventHandler |
RendererFactory.createFOEventHandler(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out)
Creates FOEventHandler instances based on the desired output. |
abstract FOEventHandler |
AbstractFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua,
java.io.OutputStream out)
Instantiates a new FOEventHandler. |
Uses of FOEventHandler in org.apache.fop.render.mif |
---|
Subclasses of FOEventHandler in org.apache.fop.render.mif | |
---|---|
class |
MIFHandler
The MIF Handler. |
Methods in org.apache.fop.render.mif that return FOEventHandler | |
---|---|
FOEventHandler |
MIFFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua,
java.io.OutputStream out)
|
Uses of FOEventHandler in org.apache.fop.render.rtf |
---|
Subclasses of FOEventHandler in org.apache.fop.render.rtf | |
---|---|
class |
RTFHandler
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 FOEventHandler | |
---|---|
FOEventHandler |
RTFFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua,
java.io.OutputStream out)
Instantiates a new FOEventHandler. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |