Class mjr.pstree.PSTNode
All Packages Class Hierarchy This Package Previous Next Index
Class mjr.pstree.PSTNode
java.lang.Object
|
+----sprite.Sprite
|
+----graph.Node
|
+----mjr.pstree.GIFNode
|
+----mjr.pstree.PSTNode
- public class PSTNode
- extends GIFNode
- implements Heapable
A specialized node for priority search trees. Doesn't allow
edges to be drawn.
-
UNVISITED
-
-
VISITED_FAILURE
-
-
VISITED_SUCCESS
-
-
h_split
-
-
info
-
-
pstgraph
-
-
tip
-
-
v_split
-
-
PSTNode(PSTGraph, int, int, Vector, ParameterInfo)
-
-
Remove()
-
-
equalTo(Object)
-
-
greaterThan(Object)
-
-
handleEvent(Event)
-
-
hideSplitLine()
-
-
lessThan(Object)
-
-
makeSplitLine(ps_item)
-
-
mjr()
-
-
showSplitLine()
-
h_split
protected LineSprite h_split
v_split
protected LineSprite v_split
tip
protected PolySprite tip
pstgraph
protected PSTGraph pstgraph
info
protected ParameterInfo info
UNVISITED
public final static int UNVISITED
VISITED_SUCCESS
public final static int VISITED_SUCCESS
VISITED_FAILURE
public final static int VISITED_FAILURE
PSTNode
public PSTNode(PSTGraph area,
int x,
int y,
Vector images,
ParameterInfo info)
handleEvent
public void handleEvent(Event e)
- Overrides:
- handleEvent in class Node
makeSplitLine
public void makeSplitLine(ps_item p)
showSplitLine
public void showSplitLine()
hideSplitLine
public void hideSplitLine()
Remove
public void Remove()
- Overrides:
- Remove in class Node
greaterThan
public boolean greaterThan(Object other)
lessThan
public boolean lessThan(Object other)
equalTo
public boolean equalTo(Object other)
mjr
public static void mjr()
All Packages Class Hierarchy This Package Previous Next Index