Class mjr.pstree.DrawTreeCommand
All Packages Class Hierarchy This Package Previous Next Index
Class mjr.pstree.DrawTreeCommand
java.lang.Object
|
+----leda.PSTCommand
|
+----mjr.pstree.DrawTreeCommand
- public class DrawTreeCommand
- extends PSTCommand
-
DrawTreeCommand(PSTGraph, ParameterInfo)
-
-
_execute(ps_item)
-
-
drawEdge(ps_item, PSTNode)
-
-
getNode(ps_item, PSTNode)
-
-
makeSplit(ps_item)
-
-
mjr()
-
DrawTreeCommand
public DrawTreeCommand(PSTGraph graph,
ParameterInfo info)
_execute
public Object _execute(ps_item p) throws NoSuchElementException
- Overrides:
- _execute in class PSTCommand
makeSplit
public PSTNode makeSplit(ps_item p)
getNode
protected PSTNode getNode(ps_item p,
PSTNode parent)
drawEdge
public void drawEdge(ps_item p,
PSTNode n) throws NoSuchElementException
mjr
public static void mjr()
All Packages Class Hierarchy This Package Previous Next Index