Uses of Interface
org.apache.fop.accessibility.StructureTreeElement
Packages that use StructureTreeElement
Package
Description
Classes, constants and basic infrastructure for the FO tree.
All the block- and inline-level flow formatting objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
FOP's layout engine.
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of StructureTreeElement in org.apache.fop.accessibility
Methods in org.apache.fop.accessibility that return StructureTreeElementModifier and TypeMethodDescriptionDummyStructureTreeEventHandler.startImageNode(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTree2SAXEventAdapter.startImageNode(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTreeEventHandler.startImageNode(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.DummyStructureTreeEventHandler.startNode(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTree2SAXEventAdapter.startNode(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTreeEventHandler.startNode(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.DummyStructureTreeEventHandler.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTree2SAXEventAdapter.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTreeEventHandler.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.Methods in org.apache.fop.accessibility with parameters of type StructureTreeElementModifier and TypeMethodDescriptionDummyStructureTreeEventHandler.startImageNode(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTree2SAXEventAdapter.startImageNode(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.StructureTreeEventHandler.startImageNode(String name, Attributes attributes, StructureTreeElement parent) Starts an image node.DummyStructureTreeEventHandler.startNode(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTree2SAXEventAdapter.startNode(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.StructureTreeEventHandler.startNode(String name, Attributes attributes, StructureTreeElement parent) Starts a structure tree node.DummyStructureTreeEventHandler.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTree2SAXEventAdapter.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes.StructureTreeEventHandler.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Starts a node that can be referenced by other nodes. -
Uses of StructureTreeElement in org.apache.fop.accessibility.fo
Methods in org.apache.fop.accessibility.fo that return StructureTreeElementModifier and TypeMethodDescriptionprivate StructureTreeElementStructureTreeEventTrigger.startElement(FONode node) private StructureTreeElementStructureTreeEventTrigger.startElement(FONode node, AttributesImpl attributes) -
Uses of StructureTreeElement in org.apache.fop.fo
Fields in org.apache.fop.fo declared as StructureTreeElementMethods in org.apache.fop.fo that return StructureTreeElementModifier and TypeMethodDescriptionFONode.getStructureTreeElement()Returns the structure tree element associated to this object.FOText.getStructureTreeElement()Methods in org.apache.fop.fo with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoidFONode.setStructureTreeElement(StructureTreeElement structureTreeElement) Sets the structure tree element.voidFOText.setStructureTreeElement(StructureTreeElement structureTreeElement) -
Uses of StructureTreeElement in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as StructureTreeElementModifier and TypeFieldDescriptionprivate StructureTreeElementAbstractGraphics.structureTreeElementprivate StructureTreeElementAbstractPageNumberCitation.structureTreeElementprivate StructureTreeElementAbstractRetrieveMarker.structureTreeElementprivate StructureTreeElementBasicLink.structureTreeElementprivate StructureTreeElementCharacter.structureTreeElementprivate StructureTreeElementPageNumber.structureTreeElementMethods in org.apache.fop.fo.flow that return StructureTreeElementModifier and TypeMethodDescriptionAbstractGraphics.getStructureTreeElement()AbstractPageNumberCitation.getStructureTreeElement()AbstractRetrieveMarker.getStructureTreeElement()BasicLink.getStructureTreeElement()Character.getStructureTreeElement()PageNumber.getStructureTreeElement()Methods in org.apache.fop.fo.flow with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoidAbstractGraphics.setStructureTreeElement(StructureTreeElement structureTreeElement) voidAbstractPageNumberCitation.setStructureTreeElement(StructureTreeElement structureTreeElement) voidAbstractRetrieveMarker.setStructureTreeElement(StructureTreeElement structureTreeElement) voidBasicLink.setStructureTreeElement(StructureTreeElement structureTreeElement) voidCharacter.setStructureTreeElement(StructureTreeElement structureTreeElement) voidPageNumber.setStructureTreeElement(StructureTreeElement structureTreeElement) -
Uses of StructureTreeElement in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return StructureTreeElementModifier and TypeMethodDescriptionStructureTreeElementHolder.getStructureTreeElement()Returns the element in the document's structure tree that corresponds to this instance. -
Uses of StructureTreeElement in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type StructureTreeElementModifier and TypeMethodDescriptionstatic voidTraitSetter.addStructureTreeElement(Area area, StructureTreeElement structureTreeElement) Sets the structure tree element associated to the given area. -
Uses of StructureTreeElement in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement StructureTreeElementModifier and TypeClassDescriptionclassClass representing a PDF Structure Element.static classClass representing a placeholder for a PDF Structure Element. -
Uses of StructureTreeElement in org.apache.fop.render.intermediate
Classes in org.apache.fop.render.intermediate that implement StructureTreeElementModifier and TypeClassDescription(package private) static final classFields in org.apache.fop.render.intermediate declared as StructureTreeElementFields in org.apache.fop.render.intermediate with type parameters of type StructureTreeElementModifier and TypeFieldDescriptionprivate Map<String, StructureTreeElement> IFParser.Handler.structureTreeElementsMethods in org.apache.fop.render.intermediate that return StructureTreeElementModifier and TypeMethodDescriptionIFContext.getStructureTreeElement()Returns the current structure tree element.private StructureTreeElementIFParser.Handler.getStructureTreeElement(Attributes attributes) IFStructureTreeBuilder.startImageNode(String name, Attributes attributes, StructureTreeElement parent) IFStructureTreeBuilder.startNode(String name, Attributes attributes, StructureTreeElement parent) IFStructureTreeBuilder.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Methods in org.apache.fop.render.intermediate with parameters of type StructureTreeElementModifier and TypeMethodDescriptionprivate AttributesImplIFStructureTreeBuilder.addParentAttribute(AttributesImpl attributes, StructureTreeElement parent) private voidIFRenderer.establishStructureTreeElement(StructureTreeElement structureTreeElement) voidIFContext.setStructureTreeElement(StructureTreeElement structureTreeElement) Sets the structure tree element to which the subsequently painted marks will correspond.IFStructureTreeBuilder.startImageNode(String name, Attributes attributes, StructureTreeElement parent) IFStructureTreeBuilder.startNode(String name, Attributes attributes, StructureTreeElement parent) IFStructureTreeBuilder.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) -
Uses of StructureTreeElement in org.apache.fop.render.intermediate.extensions
Fields in org.apache.fop.render.intermediate.extensions declared as StructureTreeElementModifier and TypeFieldDescriptionprivate StructureTreeElementAbstractAction.structureTreeElementprivate StructureTreeElementDocumentNavigationHandler.structureTreeElementFields in org.apache.fop.render.intermediate.extensions with type parameters of type StructureTreeElementModifier and TypeFieldDescriptionprivate Map<String, StructureTreeElement> DocumentNavigationHandler.structureTreeElementsMethods in org.apache.fop.render.intermediate.extensions that return StructureTreeElementModifier and TypeMethodDescriptionAbstractAction.getStructureTreeElement()Returns the structure element corresponding to this action.Methods in org.apache.fop.render.intermediate.extensions with parameters of type StructureTreeElementModifier and TypeMethodDescriptionvoidAbstractAction.setStructureTreeElement(StructureTreeElement structureTreeElement) Sets the structure element corresponding to this action.Constructor parameters in org.apache.fop.render.intermediate.extensions with type arguments of type StructureTreeElementModifierConstructorDescriptionDocumentNavigationHandler(IFDocumentNavigationHandler navHandler, Map<String, StructureTreeElement> structureTreeElements, Map<String, GoToXYAction> unresolvedIds) Main constructor. -
Uses of StructureTreeElement in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement StructureTreeElementModifier and TypeClassDescriptionclassclass(package private) classFields in org.apache.fop.render.pdf declared as StructureTreeElementModifier and TypeFieldDescriptionprivate StructureTreeElementPDFStructureTreeBuilder.Factory.parentElemFields in org.apache.fop.render.pdf with type parameters of type StructureTreeElementModifier and TypeFieldDescriptionprivate LinkedList<StructureTreeElement> PDFStructureTreeBuilder.ancestorsMethods in org.apache.fop.render.pdf that return StructureTreeElementModifier and TypeMethodDescriptionPDFStructureTreeBuilder.startImageNode(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startNode(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Methods in org.apache.fop.render.pdf with parameters of type StructureTreeElementModifier and TypeMethodDescriptionPDFStructureTreeBuilder.startImageNode(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startNode(String name, Attributes attributes, StructureTreeElement parent) PDFStructureTreeBuilder.startReferencedNode(String name, Attributes attributes, StructureTreeElement parent) Constructors in org.apache.fop.render.pdf with parameters of type StructureTreeElementModifierConstructorDescription(package private)Factory(String name, StructureTreeElement parentElem, Attributes attributes)