Class mjr.pstree.PSTEdge
All Packages Class Hierarchy This Package Previous Next Index
Class mjr.pstree.PSTEdge
java.lang.Object
|
+----sprite.Sprite
|
+----graph.Edge
|
+----mjr.pstree.PSTEdge
- public class PSTEdge
- extends Edge
A specialized Edge that can be drawn thick or think.
-
rcsid
-
-
thin
-
-
PSTEdge(GraphArea, Node, Node, Color)
-
-
PSTEdge(GraphArea, Node, Node)
-
-
Draw(Graphics)
-
-
drawLine(Graphics, int, int, int, int, int, Color)
- By Cliff Berg
found at http://www.digitalfocus.com/digitalfocus/faq/VR.html#GR_35
-
thick()
-
-
thin()
-
thin
protected boolean thin
rcsid
public final static String rcsid
PSTEdge
public PSTEdge(GraphArea area,
Node a,
Node b,
Color color)
PSTEdge
public PSTEdge(GraphArea area,
Node a,
Node b)
thick
public void thick()
thin
public void thin()
Draw
public void Draw(Graphics g)
- Overrides:
- Draw in class Edge
drawLine
public void drawLine(Graphics g,
int startX,
int startY,
int endX,
int endY,
int wid,
Color col)
- By Cliff Berg
found at http://www.digitalfocus.com/digitalfocus/faq/VR.html#GR_35
All Packages Class Hierarchy This Package Previous Next Index