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