Uses of Interface
org.apache.fop.area.Resolvable
-
Packages that use Resolvable Package Description org.apache.fop.area FOP's area tree.org.apache.fop.area.inline FOP's area tree: inline-level areasorg.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of Resolvable in org.apache.fop.area
Classes in org.apache.fop.area that implement Resolvable Modifier and Type Class Description 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:destinationclass
LinkResolver
Link resolving for resolving internal links.class
PageViewport
Page viewport that specifies the viewport area and holds the page contents.Fields in org.apache.fop.area with type parameters of type Resolvable Modifier and Type Field Description private java.util.List<Resolvable>
LinkResolver. dependents
private java.util.Map<java.lang.String,java.util.List<Resolvable>>
Page. unresolved
private java.util.Map<java.lang.String,java.util.List<Resolvable>>
BookmarkData. unresolvedIDRefs
private java.util.Map<java.lang.String,java.util.Set<Resolvable>>
IDTracker. unresolvedIDRefs
private java.util.Map<java.lang.String,java.util.List<Resolvable>>
PageViewport. unresolvedIDRefs
Methods in org.apache.fop.area that return types with arguments of type Resolvable Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<Resolvable>>
Page. getUnresolvedReferences()
Get the map unresolved references from this page.Methods in org.apache.fop.area with parameters of type Resolvable Modifier and Type Method Description void
LinkResolver. addDependent(Resolvable dependent)
Add dependent resolvable.void
AreaTreeHandler. addUnresolvedIDRef(java.lang.String idref, Resolvable res)
Deprecated.use getIDTracker().addUnresolvedIDRef(idref, res) insteadvoid
IDTracker. addUnresolvedIDRef(java.lang.String idref, Resolvable res)
Add an Resolvable object with an unresolved idrefvoid
PageViewport. addUnresolvedIDRef(java.lang.String idref, Resolvable res)
Add an idref to this page.Method parameters in org.apache.fop.area with type arguments of type Resolvable Modifier and Type Method Description void
Page. setUnresolvedReferences(java.util.Map<java.lang.String,java.util.List<Resolvable>> unres)
Set the unresolved references on this page for serializing. -
Uses of Resolvable in org.apache.fop.area.inline
Classes in org.apache.fop.area.inline that implement Resolvable Modifier and Type Class Description 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 Modifier and Type Method Description void
AbstractPageSequenceLayoutManager. addUnresolvedArea(java.lang.String id, Resolvable res)
Identify an unresolved area (one needing an idref to be resolved, e.g.
-