|
JGraph X 1.10.4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use mxGraph.mxICellVisitor | |
|---|---|
| com.mxgraph.analysis | This package provides various algorithms for graph analysis, such as shortest path and minimum spanning tree. |
| com.mxgraph.view | This package implements the graph component, represented by the mxGraph class. |
| Uses of mxGraph.mxICellVisitor in com.mxgraph.analysis |
|---|
| Methods in com.mxgraph.analysis with parameters of type mxGraph.mxICellVisitor | |
|---|---|
static void |
mxTraversal.bfs(mxGraph graph,
Object cell,
mxGraph.mxICellVisitor visitor,
Map<String,Object> properties)
|
static void |
mxTraversal.dfs(mxGraph graph,
Object cell,
Object edge,
Set<Object> seen,
mxGraph.mxICellVisitor visitor,
Map<String,Object> properties)
Implements a recursive depth first search starting from the specified cell. |
| 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. |
|
JGraph X 1.10.4.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||