Uses of Interface
org.palo.api.ElementNodeVisitor

Packages that use ElementNodeVisitor
org.palo.api   
org.palo.api.impl   
org.palo.api.utils   
 

Uses of ElementNodeVisitor in org.palo.api
 

Methods in org.palo.api with parameters of type ElementNodeVisitor
 void Hierarchy.visitElementTree(ElementNodeVisitor visitor)
          Visits the element-tree of this hierarchy.
 void Dimension.visitElementTree(ElementNodeVisitor visitor)
          Deprecated. use Hierarchy#visitElementTree() instead.
 

Uses of ElementNodeVisitor in org.palo.api.impl
 

Methods in org.palo.api.impl with parameters of type ElementNodeVisitor
 void HierarchyImpl.visitElementTree(ElementNodeVisitor visitor)
           
 

Uses of ElementNodeVisitor in org.palo.api.utils
 

Methods in org.palo.api.utils with parameters of type ElementNodeVisitor
static void ElementNodeUtilities.traverse(ElementNode[] roots, ElementNodeVisitor visitor)