org.eclipse.gmt.modisco.infra.prefuse.examples.treeview
Class TreeView

java.lang.Object
  extended by Display
      extended by org.eclipse.gmt.modisco.infra.prefuse.examples.treeview.TreeView

public class TreeView
extends Display

Demonstration of a node-link tree viewer

Version:
1.0

Constructor Summary
TreeView(Graph t, java.lang.String label, java.lang.String image)
           
 
Method Summary
 int getOrientation()
           
 void setOrientation(int orientation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeView

public TreeView(Graph t,
                java.lang.String label,
                java.lang.String image)
Method Detail

setOrientation

public void setOrientation(int orientation)

getOrientation

public int getOrientation()