Package | Description |
---|---|
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.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.rtf |
RTF (Rich Text Format) Output Support
|
Modifier and Type | Class and Description |
---|---|
class |
FO2StructureTreeConverter
Allows to create the structure tree of an FO document, by converting FO
events into appropriate structure tree events.
|
Constructor and Description |
---|
FO2StructureTreeConverter(StructureTreeEventHandler structureTreeEventHandler,
FOEventHandler delegate)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
FOEventHandler |
FOUserAgent.getFOEventHandlerOverride()
Returns the overriding FOEventHandler instance, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
FOUserAgent.setFOEventHandlerOverride(FOEventHandler handler)
Sets an explicit FOEventHandler instance which overrides the one
defined by the render type setting.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaTreeHandler
Area tree handler for formatting objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingFOEventHandler
This class delegates all FO events to another FOEventHandler instance.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected PropertyList |
FONode.createPropertyList(PropertyList pList,
FOEventHandler foEventHandler)
Create a property list for this node.
|
protected PropertyList |
FObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
Constructor and Description |
---|
DelegatingFOEventHandler(FOEventHandler delegate)
Creates a new instance that delegates events to the given object.
|
Modifier and Type | Method and Description |
---|---|
FOEventHandler |
Root.getFOEventHandler()
This method overrides the FONode version.
|
Modifier and Type | Method and Description |
---|---|
void |
Root.setFOEventHandler(FOEventHandler foEventHandler)
Sets the FOEventHandler object that this Root is attached to
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RTFHandler
RTF Handler: generates RTF output using the structure events from
the FO Tree sent to this structure handler.
|
Modifier and Type | Method and Description |
---|---|
FOEventHandler |
RTFFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua,
java.io.OutputStream out)
Instantiates a new FOEventHandler.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.