Uses of Class
org.apache.fop.fo.FONode
-
Packages that use FONode Package Description org.apache.fop.complexscripts.bidi 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.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.layoutmgr FOP's layout engine.org.apache.fop.render.afp.extensions org.apache.fop.render.pdf.extensions org.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer.org.apache.fop.render.rtf RTF (Rich Text Format) Output Supportorg.apache.fop.traits Trait classes and other supporting data structures. -
-
Uses of FONode in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi that return FONode Modifier and Type Method Description FONodeDelimitedTextRange. getNode()Obtain node that generated this text range.Methods in org.apache.fop.complexscripts.bidi with parameters of type FONode Modifier and Type Method Description voidDelimitedTextRange. append(char c, FONode fn)Append interval using character C.voidDelimitedTextRange. append(CharIterator it, FONode fn)Append interval using characters from character iterator IT.Constructors in org.apache.fop.complexscripts.bidi with parameters of type FONode Constructor Description DelimitedTextRange(FONode fn)Primary constructor. -
Uses of FONode in org.apache.fop.fo
Subclasses of FONode in org.apache.fop.fo Modifier and Type Class Description classFObjBase class for representation of formatting objects and their processing.classFObjMixedAbstract base class for representation of mixed content formatting objects (= those that can contain both childFONodes and#PCDATA).classFOTextA text node (PCDATA) in the formatting object tree.classUnknownXMLObjClass for handling generic XML from a namespace not recognized by FOPclassXMLObjAbstract class modelling generic, non-XSL-FO XML objects.Fields in org.apache.fop.fo declared as FONode Modifier and Type Field Description protected FONodeFObjMixed. currentTextNodeUsed for white-space handling; start CharIterator at node ...protected FONodeFObj. firstChildpointer to the descendant subtreeprotected FONodeFObj. lastChildpointer to the end of the descendant subtreeprotected FONodeFONode. parentParent FO nodeprotected FONode[]FONode. siblingspointer to the sibling nodesMethods in org.apache.fop.fo that return FONode Modifier and Type Method Description FONodeFObj. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFObjMixed. clone(FONode parent, boolean removeChildren)FONodeFONode. clone(FONode cloneparent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFOText. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFObj.FObjIterator. first()Returns the first node in the list, and decreases the index, so that a subsequent call tohasPrevious()will returnfalseFONodeFONode.FONodeIterator. first()Returns the first node in the list, and decreases the index, so that a subsequent call tohasPrevious()will returnfalseFONodeFONode. getParent()Return the parent node of this nodeFONodeFObj.FObjIterator. last()Returns the last node in the list, and advances the current position, so that a subsequent call tohasNext()will returnfalseFONodeFONode.FONodeIterator. last()Returns the last node in the list, and advances the current position, so that a subsequent call tohasNext()will returnfalseFONodeElementMapping.Maker. make(FONode parent)Creates a new FONode (or rather a specialized subclass of it).FONodeUnknownXMLObj.Maker. make(FONode parent)Make an instanceFONodeFObj.FObjIterator. next()FONodeFONode.FONodeIterator. next()FONodeFObj.FObjIterator. previous()FONodeFONode.FONodeIterator. previous()Methods in org.apache.fop.fo with parameters of type FONode Modifier and Type Method Description voidFObj.FObjIterator. add(FONode newNode)Add the givennewNodeat the current position.voidFONode.FONodeIterator. add(FONode newNode)Add the givennewNodeat the current position.protected voidFObj. addChildNode(FONode child)Adds a node as a child of this node.protected voidFObjMixed. addChildNode(FONode child)Adds a node as a child of this node.protected voidFONode. addChildNode(FONode child)Adds a node as a child of this node.protected voidUnknownXMLObj. addChildNode(FONode child)Adds a node as a child of this node.protected voidXMLObj. addChildNode(FONode child)Adds a node as a child of this node.protected static voidFObj. addChildTo(FONode child, FONode parent)Used by RetrieveMarker during Marker-subtree cloningprotected static voidFONode. attachSiblings(FONode precedingSibling, FONode followingSibling)This method is used when adding child nodes to a FO that already contains at least one child.FONodeFObj. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFObjMixed. clone(FONode parent, boolean removeChildren)FONodeFONode. clone(FONode cloneparent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFOText. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesstatic java.lang.StringFONode. decorateWithContextInfo(java.lang.String text, FONode node)Decorates a log or warning message with context information on the given node.FONode.FONodeIteratorFObj. getChildNodes(FONode childNode)Return an iterator over the object's childNodes starting at the passed-in node (= first call to iterator.next() will return childNode)FONode.FONodeIteratorFONode. getChildNodes(FONode childNode)Return an iterator over the object's child nodes starting at the passed node.voidXMLWhiteSpaceHandler. handleWhiteSpace(FObjMixed fo, FONode firstTextNode)Handle white-space for the fo that is passed in, starting at firstTextNode (when a nested FO is encountered)voidXMLWhiteSpaceHandler. handleWhiteSpace(FObjMixed fo, FONode firstTextNode, FONode nextChild)Handle white-space for the fo that is passed in, starting at firstTextNodeprotected static voidFObjMixed. handleWhiteSpaceFor(FObjMixed fobj, FONode nextChild)Handles white-space for the node that is passed in, starting at its current text-node (used byRetrieveMarkerto trigger 'end-of-node' white-space handling)FONodeElementMapping.Maker. make(FONode parent)Creates a new FONode (or rather a specialized subclass of it).FONodeUnknownXMLObj.Maker. make(FONode parent)Make an instancevoidFObj. removeChild(FONode child)Removes a child node.voidFObjMixed. removeChild(FONode child)Removes a child node.voidFONode. removeChild(FONode child)Removes a child node.voidFObj.FObjIterator. set(FONode newNode)Replace the node at the current index with the givennewNode.voidFONode.FONodeIterator. set(FONode newNode)Replace the node at the current index with the givennewNode.protected static voidFONode. validateChildNode(FONode fo, org.xml.sax.Locator loc, java.lang.String namespaceURI, java.lang.String localName)Static version ofvalidateChildNode(Locator, String, String)that can be used by subclasses that need to validate children against a different node (for example:fo:wrapperneeds to check if the incoming node is a valid child to its parent)Constructors in org.apache.fop.fo with parameters of type FONode Constructor Description FObj(FONode parent)Create a new formatting object.FObjMixed(FONode parent)Base constructorFONode(FONode parent)Base constructorFOText(FONode parent)Creates a new FO text node.RecursiveCharIterator(FObj fobj, FONode child)Constructor which creates an iterator for only some child nodesUnknownXMLObj(FONode parent, java.lang.String space)Constructs an unknown xml object (called by Maker).XMLObj(FONode parent)Base constructor -
Uses of FONode in org.apache.fop.fo.extensions
Subclasses of FONode in org.apache.fop.fo.extensions Modifier and Type Class Description classExternalDocumentClass for the fox:external-document extension element.Constructors in org.apache.fop.fo.extensions with parameters of type FONode Constructor Description ExternalDocument(FONode parent)Constructs a ExternalDocument object (called by Maker). -
Uses of FONode in org.apache.fop.fo.extensions.destination
Subclasses of FONode in org.apache.fop.fo.extensions.destination Modifier and Type Class Description classDestinationClass for named destinations in PDF.Constructors in org.apache.fop.fo.extensions.destination with parameters of type FONode Constructor Description Destination(FONode parent)Constructs a Destination object (called by Maker). -
Uses of FONode in org.apache.fop.fo.extensions.svg
Subclasses of FONode in org.apache.fop.fo.extensions.svg Modifier and Type Class Description classSVGElementClass representing the SVG root element for constructing an SVG document.classSVGObjClass for SVG element objects.Constructors in org.apache.fop.fo.extensions.svg with parameters of type FONode Constructor Description SVGElement(FONode parent)Constructs an SVG objectSVGObj(FONode parent)Constructs an SVG object (called by Maker). -
Uses of FONode in org.apache.fop.fo.extensions.xmp
Subclasses of FONode in org.apache.fop.fo.extensions.xmp Modifier and Type Class Description classAbstractMetadataElementAbstract base class for the XMP and RDF root nodes.classRDFElementRepresents the top-level "RDF" element used by XMP metadata.classXMPMetaElementRepresents the top-level "xmpmeta" element used by XMP metadata.Constructors in org.apache.fop.fo.extensions.xmp with parameters of type FONode Constructor Description AbstractMetadataElement(FONode parent)Main constructor.RDFElement(FONode parent)Main constructor.XMPMetaElement(FONode parent)Main constructor. -
Uses of FONode in org.apache.fop.fo.flow
Subclasses of FONode in org.apache.fop.fo.flow Modifier and Type Class Description classAbstractGraphicsCommon base class for thefo:instream-foreign-objectandfo:external-graphicflow formatting objects.classAbstractListItemPartCommon superclass forfo:list-item-labelandfo:list-item-body.classAbstractPageNumberCitationCommon base class for thefo:page-number-citationandfo:page-number-citation-lastobjects.classAbstractRetrieveMarkerAbstract base class for thefo:retrieve-markerandfo:retrieve-table-markerformatting objects.classBasicLinkClass modelling thefo:basic-linkobject.classBidiOverrideClass modelling thefo:bidi-overrideobject.classBlockClass modelling thefo:block object.classBlockContainerClass modelling thefo:block-containerobject.classChangeBarCommon change bar base class.classChangeBarBeginclassChangeBarEndclassCharacterClass modelling thefo:characterobject.classExternalGraphicClass modelling thefo:external-graphicobject.classFloatClass modelling thefo:floatobject.classFootnoteClass modelling thefo:footnoteobject.classFootnoteBodyClass modelling thefo:footnote-bodyobject.classInitialPropertySetClass modelling thefo:initial-property-setobject.classInlineClass modelling thefo:inlineformatting object.classInlineContainerclassInlineLevelClass modelling the commonalities of several inline-level formatting objects.classInstreamForeignObjectClass modelling thefo:instream-foreign-objectobject.classLeaderClass modelling thefo:leaderobject.classListBlockClass modelling the list blockfo:list-blockobject.classListItemClass modelling the list itemfo:list-itemobject.classListItemBodyClass modelling the list itemfo:list-item-body object.classListItemLabelClass modelling the list itemfo:list-item-labelobject.classMarkerClass modelling the markerfo:markerobject.classMultiCaseClass modelling thefo:multi-caseobject.classMultiPropertiesClass modelling thefo:multi-propertiesobject.classMultiPropertySetClass modelling thefo:multi-property-setobject.classMultiSwitchClass modelling thefo:multi-switchobject.classMultiToggleClass modelling thefo:multi-toggleproperty.classPageNumberClass modelling thefo:page-numberobject.classPageNumberCitationClass modelling thefo:page-number-citationobject.classPageNumberCitationLastClass modelling thefo:page-number-citation-lastobject from XSL 1.1.classRetrieveMarkerClass modelling thefo:retrieve-markerformatting object.classRetrieveTableMarkerClass modelling thefo:retrieve-table-markerformatting object.classWrapperClass modelling the fo wrapperfo:wrapperobject.Methods in org.apache.fop.fo.flow with parameters of type FONode Modifier and Type Method Description voidFootnote. addChildNode(FONode child)Adds a node as a child of this node.protected voidInstreamForeignObject. addChildNode(FONode child)Adds a node as a child of this node.voidListItem. addChildNode(FONode child)Adds a node as a child of this node.protected voidWrapper. addChildNode(FONode child)Adds a node as a child of this node.protected Marker.MarkerPropertyListMarker. getPropertyListFor(FONode foNode)Retrieve the property list of the givenFONodedescendantConstructors in org.apache.fop.fo.flow with parameters of type FONode Constructor Description AbstractGraphics(FONode parent)constructs an instream-foreign-object object (called by Maker).AbstractListItemPart(FONode parent)Base constructorAbstractPageNumberCitation(FONode parent)Base constructorAbstractRetrieveMarker(FONode parent)Create a new AbstractRetrieveMarker instance that is a child of the givenFONodeBasicLink(FONode parent)Construct a BasicLink instance with the givenFONodeas its parent.BidiOverride(FONode parent)Base constructorBlock(FONode parent)Base constructorBlockContainer(FONode parent)Creates a new BlockContainer instance as a child of the givenFONode.ChangeBar(FONode parent)Constructs a ChangeBar element with common parts for both begin and end change bars.ChangeBarBegin(FONode parent)Constructs a new ChangeBarBegin element.ChangeBarEnd(FONode parent)Constructs a new ChangeBarEnd element.Character(FONode parent)ExternalGraphic(FONode parent)Create a new ExternalGraphic node that is a child of the givenFONode.Float(FONode parent)Base constructorFootnote(FONode parent)Create a Footnote instance that is a child of the givenFONodeFootnoteBody(FONode parent)Base constructorInitialPropertySet(FONode parent)Base constructorInline(FONode parent)Base constructorInlineContainer(FONode parent)Creates a new instance.InlineLevel(FONode parent)Base constructorInstreamForeignObject(FONode parent)Constructs an instream-foreign-object object (called byElementMapping.Maker).Leader(FONode parent)Base constructorListBlock(FONode parent)Base constructorListItem(FONode parent)Base constructorListItemBody(FONode parent)ListItemLabel(FONode parent)Base constructorMarker(FONode parent)Create a marker fo.MultiCase(FONode parent)Base constructorMultiProperties(FONode parent)Base constructorMultiPropertySet(FONode parent)Base constructorMultiSwitch(FONode parent)Base constructorMultiToggle(FONode parent)Base constructorPageNumber(FONode parent)Base constructorPageNumberCitation(FONode parent)Main constructorPageNumberCitationLast(FONode parent)Main constructorRetrieveMarker(FONode parent)Create a new RetrieveMarker instance that is a child of the givenFONode.RetrieveTableMarker(FONode parent)Create a new RetrieveTableMarker instance that is a child of the givenFONode.Wrapper(FONode parent)Create a Wrapper instance that is a child of the givenFONode -
Uses of FONode in org.apache.fop.fo.flow.table
Subclasses of FONode in org.apache.fop.fo.flow.table Modifier and Type Class Description classTableClass modelling thefo:tableobject.classTableAndCaptionClass modelling thefo:table-and-captionproperty.classTableBodyClass modelling thefo:table-bodyobject.classTableCaptionClass modelling thefo:table-captionobject.classTableCellClass modelling thefo:table-cellobject.classTableCellContainerA common class for fo:table-body and fo:table-row which both can contain fo:table-cell.classTableColumnClass modelling thefo:table-columnobject.classTableFObjCommon base class for table-related FOsclassTableFooterClass modelling thefo:table-footerobject.classTableHeaderClass modelling thefo:table-headerobject.classTablePartAn abstract base class modelling a TablePart (i.e.classTableRowClass modelling thefo:table-rowobject.Methods in org.apache.fop.fo.flow.table that return FONode Modifier and Type Method Description FONodeTable. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesMethods in org.apache.fop.fo.flow.table with parameters of type FONode Modifier and Type Method Description protected voidTable. addChildNode(FONode child)Adds a node as a child of this node.protected voidTablePart. addChildNode(FONode child)Adds a node as a child of this node.protected voidTableRow. addChildNode(FONode child)Adds a node as a child of this node.FONodeTable. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesConstructors in org.apache.fop.fo.flow.table with parameters of type FONode Constructor Description Table(FONode parent)Construct a Table instance with the givenFONodeas parent.TableAndCaption(FONode parent)Create a TableAndCaption instance with the givenFONodeas parent.TableBody(FONode parent)Create a TableBody instance with the givenFONodeas parent.TableCaption(FONode parent)Create a TableCaption instance with the givenFONodeas parent.TableCell(FONode parent)Create a TableCell instance with the givenFONodeas parent.TableCellContainer(FONode parent)Construct table cell container.TableColumn(FONode parent)Create a TableColumn instance with the givenFONodeas parent.TableColumn(FONode parent, boolean implicit)Create a TableColumn instance with the givenFONodeas parentTableFObj(FONode parent)Create a TableFObj instance that is a child of the givenFONodeTableFooter(FONode parent)Create a TableFooter instance with the givenFONodeas parent.TableHeader(FONode parent)Create a TableHeader instance with the givenFONodeas parent.TablePart(FONode parent)Create a TablePart instance with the givenFONodeas parent.TableRow(FONode parent)Create a TableRow instance with the givenFONodeas parent. -
Uses of FONode in org.apache.fop.fo.pagination
Subclasses of FONode in org.apache.fop.fo.pagination Modifier and Type Class Description classAbstractPageSequenceAbstract base class for thefo:page-sequenceformatting object and thefox:external-documentextension object.classColorProfileClass modelling thefo:color-profileobject.classConditionalPageMasterReferenceClass modelling thefo:conditional-page-master-referenceobject.classDeclarationsClass modelling thefo:declarationsobject.classFlowClass modelling thefo:flowobject.classLayoutMasterSetClass modelling thefo:layout-master-setobject.classPageSequenceClass modelling thefo:page-sequenceobject.classPageSequenceMasterClass modelling thefo:page-sequence-masterobject.classPageSequenceWrapperClass modelling thefo:page-sequence-wrapperobject, first introduced in the XSL 1.1 WD.classRegionThis is an abstract base class for pagination regions.classRegionAfterClass modelling thefo:region-afterobject.classRegionBAAbstract base class forfo:region-beforeandfo:region-after.classRegionBeforeClass modelling thefo:region-beforeobject.classRegionBodyClass modelling thefo:region-bodyobject.classRegionEndClass modelling thefo:region-endobject.classRegionSEAbstract base class forfo:region-startandfo:region-end.classRegionStartClass modelling thefo:region-startobject.classRepeatablePageMasterAlternativesClass modelling thefo:repeatable-page-master-alternativesobject.classRepeatablePageMasterReferenceClass modelling thefo:repeatable-page-master-referenceobject.classRootClass modeling thefo:rootformatting object.classSideRegionCommon base class for side regions (before, after, start, end).classSimplePageMasterClass modelling thefo:simple-page-masterobject.classSinglePageMasterReferenceClass modelling thefo:single-page-master-referenceobject.classStaticContentClass modelling thefo:static-contentobject.classTitleClass modeling thefo:titleobject.Methods in org.apache.fop.fo.pagination that return types with arguments of type FONode Modifier and Type Method Description java.util.Map<java.lang.String,FONode>PageSequence. getFlowMap()Methods in org.apache.fop.fo.pagination with parameters of type FONode Modifier and Type Method Description voidPageSequence. addChildNode(FONode child)Adds a node as a child of this node.protected voidSimplePageMaster. addChildNode(FONode child)Adds a node as a child of this node.protected voidRoot. validateChildNode(org.xml.sax.Locator loc, FONode child)Constructors in org.apache.fop.fo.pagination with parameters of type FONode Constructor Description AbstractPageSequence(FONode parent)Create an AbstractPageSequence that is a child of the given parentFONode.ColorProfile(FONode parent)Base constructorConditionalPageMasterReference(FONode parent)Create a ConditionalPageMasterReference instance that is a child of the givenFONode.Declarations(FONode parent)Flow(FONode parent)Create a Flow instance that is a child of the givenFONode.LayoutMasterSet(FONode parent)Create a LayoutMasterSet instance that is a child of the given parentFONode.PageSequence(FONode parent)Create a PageSequence instance that is a child of the givenFONode.PageSequenceMaster(FONode parent, BlockLevelEventProducer blockLevelEventProducer)Create a PageSequenceMaster instance that is a child of the givenFONode.PageSequenceWrapper(FONode parent)Create a PageSequenceWrapper instance that is a child of the given parentFONode.Region(FONode parent)Base constructorRegionAfter(FONode parent)Create a RegionAfter instance that is a child of the given parentFONode.RegionBA(FONode parent)Create a RegionBA instance that is a child of the given parentFONode.RegionBefore(FONode parent)Create a RegionBefore instance that is a child of the given parentFONode.RegionBody(FONode parent)Create a RegionBody instance that is a child of the given parentFONode.RegionEnd(FONode parent)Create a RegionEnd instance that is a child of the given parentFONode.RegionSE(FONode parent)Create a RegionSE instance that is a child of the given parentFONode.RegionStart(FONode parent)Create a RegionStart instance that is a child of the given parentFONode.RepeatablePageMasterAlternatives(FONode parent)Base constructorRepeatablePageMasterReference(FONode parent)Base constructorRoot(FONode parent)Base constructorSideRegion(FONode parent)Creates a new side region.SimplePageMaster(FONode parent)Base constructorSinglePageMasterReference(FONode parent)Creates a new SinglePageMasterReference instance that is a child of the givenFONode.StaticContent(FONode parent)Title(FONode parent) -
Uses of FONode in org.apache.fop.fo.pagination.bookmarks
Subclasses of FONode in org.apache.fop.fo.pagination.bookmarks Modifier and Type Class Description classBookmarkClass modelling thefo:bookmarkobject, first introduced in the XSL 1.1 WD.classBookmarkTitleClass modelling thefo:bookmark-titleobject, first introduced in the XSL 1.1 WD.classBookmarkTreeClass modelling thefo:bookmark-treeobject, first introduced in the XSL 1.1 WD.Methods in org.apache.fop.fo.pagination.bookmarks with parameters of type FONode Modifier and Type Method Description protected voidBookmark. addChildNode(FONode obj)Adds a node as a child of this node.protected voidBookmarkTree. addChildNode(FONode obj)Adds a node as a child of this node.Constructors in org.apache.fop.fo.pagination.bookmarks with parameters of type FONode Constructor Description Bookmark(FONode parent)Create a new Bookmark object that is a child of the givenFONode.BookmarkTitle(FONode parent)Create a new BookmarkTitle object that is a child of the givenFONode.BookmarkTree(FONode parent)Create a new BookmarkTree object that is a child of the givenFONode. -
Uses of FONode in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type FONode Modifier and Type Method Description voidLayoutManagerMapping.BasicLinkLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.BidiOverrideLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.BlockContainerLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.BlockLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.CharacterLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.ExternalGraphicLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.FloatLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)voidLayoutManagerMapping.FootnoteLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.FOTextLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.InlineContainerLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.InlineLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.InstreamForeignObjectLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.LeaderLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.ListBlockLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.ListItemLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.Maker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.MultiCaseLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)voidLayoutManagerMapping.MultiSwitchLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)voidLayoutManagerMapping.PageNumberCitationLastLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.PageNumberCitationLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.PageNumberLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.RetrieveMarkerLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.RetrieveTableMarkerLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)voidLayoutManagerMapping.TableLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.voidLayoutManagerMapping.WrapperLayoutManagerMaker. make(FONode node, java.util.List lms, FOUserAgent userAgent)Create a layout manager.LayoutManagerLayoutManagerMaker. makeLayoutManager(FONode node)Make a specific LayoutManager for the node.LayoutManagerLayoutManagerMapping. makeLayoutManager(FONode node)Make a specific LayoutManager for the node.voidLayoutManagerMaker. makeLayoutManagers(FONode node, java.util.List lms)Make LayoutManagers for the node and add them to the list lms.voidLayoutManagerMapping. makeLayoutManagers(FONode node, java.util.List lms)Make LayoutManagers for the node and add them to the list lms. -
Uses of FONode in org.apache.fop.render.afp.extensions
Subclasses of FONode in org.apache.fop.render.afp.extensions Modifier and Type Class Description classAbstractAFPExtensionObjectBase class for the AFP-specific extension elements.classAFPIncludeFormMapElementRepresents the "include-form-map" extension in the FO tree.classAFPInvokeMediumMapElementThis class represents an AFP-specific extension element to embed Invoke Medium Map (IMM) fields at the beginning of a page group or just prior to a Page.classAFPPageOverlayElementThis class extends the org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject class.classAFPPageSegmentElementThis class extends the org.apache.fop.extensions.ExtensionObj class.classAFPPageSetupElementThis class extends the org.apache.fop.extensions.ExtensionObj class.Constructors in org.apache.fop.render.afp.extensions with parameters of type FONode Constructor Description AbstractAFPExtensionObject(FONode parent, java.lang.String name)AFPIncludeFormMapElement(FONode parent, java.lang.String name)Constructs an AFP object (called by Maker).AFPInvokeMediumMapElement(FONode parent)Constructs the AFP extension object (called by Maker).AFPPageOverlayElement(FONode parent, java.lang.String name)Constructs an AFP object (called by Maker).AFPPageSegmentElement(FONode parent, java.lang.String name)Constructs an AFP object (called by Maker).AFPPageSetupElement(FONode parent, java.lang.String name)Constructs an AFP object (called by Maker). -
Uses of FONode in org.apache.fop.render.pdf.extensions
Subclasses of FONode in org.apache.fop.render.pdf.extensions Modifier and Type Class Description classAbstractPDFExtensionElementBase class for the PDF-specific extension elements.classPDFActionElementExtension element for pdf:action.classPDFArrayElementExtension element for pdf:array.classPDFCatalogElementExtension element for pdf:catalog.classPDFCollectionEntryElementExtension element for collection entries: pdf:{array,boolean,dictionary,name,number,reference,string}.classPDFDictionaryElementExtension element for dictionaries: pdf:{catalog,page,dictionary}.classPDFDocumentInformationElementclassPDFEmbeddedFileElementExtension element for pdf:embedded-file.classPDFLayerElementExtension element for pdf:layer.classPDFNavigatorElementExtension element for pdf:navigator.classPDFPageElementExtension element for pdf:page.classPDFPagePieceElementclassPDFReferenceElementExtension element for pdf:reference.classPDFVTElementMethods in org.apache.fop.render.pdf.extensions with parameters of type FONode Modifier and Type Method Description protected voidPDFArrayElement. addChildNode(FONode child)protected voidPDFDictionaryElement. addChildNode(FONode child)protected voidPDFDocumentInformationElement. addChildNode(FONode child)Constructors in org.apache.fop.render.pdf.extensions with parameters of type FONode Constructor Description AbstractPDFExtensionElement(FONode parent)Default constructor -
Uses of FONode in org.apache.fop.render.ps.extensions
Subclasses of FONode in org.apache.fop.render.ps.extensions Modifier and Type Class Description classAbstractPSCommentElementBase postscript commment element classclassAbstractPSExtensionElementBase class for the PostScript-specific extension elements.classAbstractPSExtensionObjectBase class for the PostScript-specific extension elements.classPSCommentAfterElementComment after elementclassPSCommentBeforeElementComment before elementclassPSPageSetupCodeElementExtension element for fox:ps-page-setup-code.classPSPageTrailerCodeBeforeElementComment before elementclassPSSetPageDeviceElementExtension element for ps:ps-setpagedevice.classPSSetupCodeElementExtension element for fox:ps-setup-code.Constructors in org.apache.fop.render.ps.extensions with parameters of type FONode Constructor Description AbstractPSCommentElement(FONode parent)Default constructorAbstractPSExtensionElement(FONode parent)Default constructorAbstractPSExtensionObject(FONode parent)Main constructor.PSCommentAfterElement(FONode parent)Main constructorPSCommentBeforeElement(FONode parent)Main constructorPSPageSetupCodeElement(FONode parent)Main constructorPSPageTrailerCodeBeforeElement(FONode parent)Main constructorPSSetPageDeviceElement(FONode parent)Main constructorPSSetupCodeElement(FONode parent)Main constructor -
Uses of FONode in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf with parameters of type FONode Modifier and Type Method Description voidRTFEventProducer. ignoredDeferredEvent(java.lang.Object source, FONode node, boolean start, org.xml.sax.Locator loc)The RTF handler ignored some deferred event (i.e. -
Uses of FONode in org.apache.fop.traits
Methods in org.apache.fop.traits with parameters of type FONode Modifier and Type Method Description static WritingModeTraitsGetterWritingModeTraits. getWritingModeTraitsGetter(FONode fn)Helper function to find the writing mode traits getter (if any) that applies for a given FO node.
-