mxGraph 1.10.1.0


Uses of Interface
com.mxgraph.view.mxGraph.mxICellVisitor

Packages that use mxGraph.mxICellVisitor
com.mxgraph.layout This package contains various graph layouts. 
com.mxgraph.view This package implements the graph component, represented by the mxGraph class. 
 

Uses of mxGraph.mxICellVisitor in com.mxgraph.layout
 

Methods in com.mxgraph.layout with parameters of type mxGraph.mxICellVisitor
 void mxGraphLayout.traverse(Object vertex, boolean directed, mxGraph.mxICellVisitor visitor, Object edge, Set<Object> visited)
          Traverses the (directed) graph invoking the given function for each visited vertex and edge.
 

Uses of mxGraph.mxICellVisitor in com.mxgraph.view
 

Methods in com.mxgraph.view with parameters of type mxGraph.mxICellVisitor
 void mxGraph.traverse(Object vertex, boolean directed, mxGraph.mxICellVisitor visitor)
          Traverses the tree starting at the given vertex.
 void mxGraph.traverse(Object vertex, boolean directed, mxGraph.mxICellVisitor visitor, Object edge, Set<Object> visited)
          Traverses the (directed) graph invoking the given function for each visited vertex and edge.
 


mxGraph 1.10.1.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.