org.eclipse.draw2d.internal.graph
Class GraphVisitor
java.lang.Object
org.eclipse.draw2d.internal.graph.GraphVisitor
- Direct Known Subclasses:
- BreakCycles, CompoundBreakCycles, CompoundDirectedGraphLayout, ConvertCompoundGraph, DirectedGraphLayout, InitialRankSolver, InvertEdges, LocalOptimizer, MinCross, PlaceEndpoints, PopulateRanks, RestoreCompoundGraph, SortSubgraphs, org.eclipse.draw2d.internal.graph.SpanningTreeVisitor, VerticalPlacement
- public abstract class GraphVisitor
- extends Object
Performs some action on a Graph.
- Since:
- 2.1.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphVisitor
public GraphVisitor()
visit
public abstract void visit(DirectedGraph g)
- Act on the given directed graph.
- Parameters:
g - the graph
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.