fop 0.95

Uses of Interface
org.apache.fop.area.Resolvable

Packages that use Resolvable
org.apache.fop.area FOP's area tree. 
org.apache.fop.area.inline FOP's area tree: inline-level areas 
org.apache.fop.layoutmgr FOP's layout engine. 
 

Uses of Resolvable in org.apache.fop.area
 

Classes in org.apache.fop.area that implement Resolvable
 class BookmarkData
          An instance of this class is either a PDF bookmark-tree and its child bookmark-items, or a bookmark-item and the child child bookmark-items under it.
 class DestinationData
          An instance of this class is named destination from fox:destination
 class LinkResolver
          Link resolving for resolving internal links.
 class PageViewport
          Page viewport that specifies the viewport area and holds the page contents.
 

Methods in org.apache.fop.area with parameters of type Resolvable
 void PageViewport.addUnresolvedIDRef(java.lang.String idref, Resolvable res)
          Add an idref to this page.
 void IDTracker.addUnresolvedIDRef(java.lang.String idref, Resolvable res)
          Add an Resolvable object with an unresolved idref
 void AreaTreeHandler.addUnresolvedIDRef(java.lang.String idref, Resolvable res)
          Deprecated. use getIdTracker().addUnresolvedIDRef(idref, res) instead
 

Uses of Resolvable in org.apache.fop.area.inline
 

Classes in org.apache.fop.area.inline that implement Resolvable
 class UnresolvedPageNumber
          Unresolvable page number area.
 

Uses of Resolvable in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr with parameters of type Resolvable
 void AbstractPageSequenceLayoutManager.addUnresolvedArea(java.lang.String id, Resolvable res)
          Identify an unresolved area (one needing an idref to be resolved, e.g.
 


fop 0.95

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