fop 1.1

Uses of Interface
org.apache.fop.accessibility.StructureTreeElement

Packages that use StructureTreeElement
org.apache.fop.accessibility   
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.intermediate   
org.apache.fop.render.intermediate.extensions   
 

Uses of StructureTreeElement in org.apache.fop.accessibility
 

Methods in org.apache.fop.accessibility that return StructureTreeElement
 StructureTreeElement StructureTreeEventHandler.startImageNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts an image node.
 StructureTreeElement StructureTree2SAXEventAdapter.startImageNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts an image node.
 StructureTreeElement DummyStructureTreeEventHandler.startImageNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts an image node.
 StructureTreeElement StructureTreeEventHandler.startNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts a structure tree node.
 StructureTreeElement StructureTree2SAXEventAdapter.startNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts a structure tree node.
 StructureTreeElement DummyStructureTreeEventHandler.startNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts a structure tree node.
 StructureTreeElement StructureTreeEventHandler.startReferencedNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts a node that can be referenced by other nodes.
 StructureTreeElement StructureTree2SAXEventAdapter.startReferencedNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts a node that can be referenced by other nodes.
 StructureTreeElement DummyStructureTreeEventHandler.startReferencedNode(java.lang.String name, org.xml.sax.Attributes attributes)
          Starts a node that can be referenced by other nodes.
 

Uses of StructureTreeElement in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return StructureTreeElement
 StructureTreeElement FOText.getStructureTreeElement()
           
 

Methods in org.apache.fop.fo with parameters of type StructureTreeElement
 void FOText.setStructureTreeElement(StructureTreeElement structureTreeElement)
           
 void FONode.setStructureTreeElement(StructureTreeElement structureTreeElement)
          Sets the structure tree element.
 

Uses of StructureTreeElement in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return StructureTreeElement
 StructureTreeElement AbstractPageNumberCitation.getStructureTreeElement()
          Returns the element in the document's structure tree that corresponds to this instance.
 StructureTreeElement Character.getStructureTreeElement()
          Returns the element in the document's structure tree that corresponds to this instance.
 StructureTreeElement AbstractGraphics.getStructureTreeElement()
          Returns the element in the document's structure tree that corresponds to this instance.
 StructureTreeElement BasicLink.getStructureTreeElement()
          Returns the element in the document's structure tree that corresponds to this instance.
 StructureTreeElement PageNumber.getStructureTreeElement()
          Returns the element in the document's structure tree that corresponds to this instance.
 

Methods in org.apache.fop.fo.flow with parameters of type StructureTreeElement
 void AbstractPageNumberCitation.setStructureTreeElement(StructureTreeElement structureTreeElement)
           
 void Character.setStructureTreeElement(StructureTreeElement structureTreeElement)
           
 void AbstractGraphics.setStructureTreeElement(StructureTreeElement structureTreeElement)
           
 void BasicLink.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 StructureTreeElement
 StructureTreeElement StructureTreeElementHolder.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 StructureTreeElement
static 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 StructureTreeElement
 class PDFStructElem
          Class representing a PDF Structure Element.
static class PDFStructElem.Placeholder
          Class representing a placeholder for a PDF Structure Element.
 

Uses of StructureTreeElement in org.apache.fop.render.intermediate
 

Methods in org.apache.fop.render.intermediate that return StructureTreeElement
 StructureTreeElement IFContext.getStructureTreeElement()
          Returns the current structure tree element.
 

Methods in org.apache.fop.render.intermediate with parameters of type StructureTreeElement
 void IFContext.setStructureTreeElement(StructureTreeElement structureTreeElement)
          Sets the structure tree element to which the subsequently painted marks will correspond.
 

Uses of StructureTreeElement in org.apache.fop.render.intermediate.extensions
 

Methods in org.apache.fop.render.intermediate.extensions that return StructureTreeElement
 StructureTreeElement AbstractAction.getStructureTreeElement()
          Returns the structure element corresponding to this action.
 

Methods in org.apache.fop.render.intermediate.extensions with parameters of type StructureTreeElement
 void 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 StructureTreeElement
DocumentNavigationHandler(IFDocumentNavigationHandler navHandler, java.util.Map<java.lang.String,StructureTreeElement> structureTreeElements)
          Main constructor.
 


fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.