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 StructureTreeElement
StructureTreeEventTrigger.startElement
(FONode node) private StructureTreeElement
StructureTreeEventTrigger.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 TypeMethodDescriptionvoid
FONode.setStructureTreeElement
(StructureTreeElement structureTreeElement) Sets the structure tree element.void
FOText.setStructureTreeElement
(StructureTreeElement structureTreeElement) -
Uses of StructureTreeElement in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as StructureTreeElementModifier and TypeFieldDescriptionprivate StructureTreeElement
AbstractGraphics.structureTreeElement
private StructureTreeElement
AbstractPageNumberCitation.structureTreeElement
private StructureTreeElement
AbstractRetrieveMarker.structureTreeElement
private StructureTreeElement
BasicLink.structureTreeElement
private StructureTreeElement
Character.structureTreeElement
private StructureTreeElement
PageNumber.structureTreeElement
Methods 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 TypeMethodDescriptionvoid
AbstractGraphics.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
AbstractPageNumberCitation.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
AbstractRetrieveMarker.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
BasicLink.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
Character.setStructureTreeElement
(StructureTreeElement structureTreeElement) void
PageNumber.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 void
TraitSetter.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 TypeClassDescriptionclass
Class representing a PDF Structure Element.static class
Class 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 class
Fields 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.structureTreeElements
Methods in org.apache.fop.render.intermediate that return StructureTreeElementModifier and TypeMethodDescriptionIFContext.getStructureTreeElement()
Returns the current structure tree element.private StructureTreeElement
IFParser.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 AttributesImpl
IFStructureTreeBuilder.addParentAttribute
(AttributesImpl attributes, StructureTreeElement parent) private void
IFRenderer.establishStructureTreeElement
(StructureTreeElement structureTreeElement) void
IFContext.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 StructureTreeElement
AbstractAction.structureTreeElement
private StructureTreeElement
DocumentNavigationHandler.structureTreeElement
Fields in org.apache.fop.render.intermediate.extensions with type parameters of type StructureTreeElementModifier and TypeFieldDescriptionprivate Map<String,
StructureTreeElement> DocumentNavigationHandler.structureTreeElements
Methods 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 TypeMethodDescriptionvoid
AbstractAction.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) Main constructor. -
Uses of StructureTreeElement in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement StructureTreeElementModifier and TypeClassDescriptionclass
(package private) class
Methods 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)