Eclipse Draw2d
2.1

org.eclipse.draw2d.internal.graph
Class HorizontalPlacement

java.lang.Object
  |
  +--org.eclipse.draw2d.internal.graph.GraphVisitor
        |
        +--org.eclipse.draw2d.internal.graph.SpanningTreeVisitor
              |
              +--org.eclipse.draw2d.internal.graph.HorizontalPlacement
Direct Known Subclasses:
CompoundHorizontalPlacement

public class HorizontalPlacement
extends org.eclipse.draw2d.internal.graph.SpanningTreeVisitor

Since:
2.1

Field Summary
 DirectedGraph graph
           
 DirectedGraph prime
           
 
Constructor Summary
HorizontalPlacement()
           
 
Method Summary
protected  Node getTreeHead(Edge edge)
           
protected  Node getTreeTail(Edge edge)
           
 void visit(DirectedGraph g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

public DirectedGraph graph

prime

public DirectedGraph prime
Constructor Detail

HorizontalPlacement

public HorizontalPlacement()
Method Detail

visit

public void visit(DirectedGraph g)
Specified by:
visit in class GraphVisitor

getTreeHead

protected Node getTreeHead(Edge edge)

getTreeTail

protected Node getTreeTail(Edge edge)

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.