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.

Variable Index

 o rcsid
 o thin

Constructor Index

 o PSTEdge(GraphArea, Node, Node, Color)
 o PSTEdge(GraphArea, Node, Node)

Method Index

 o Draw(Graphics)
 o drawLine(Graphics, int, int, int, int, int, Color)
By Cliff Berg found at http://www.digitalfocus.com/digitalfocus/faq/VR.html#GR_35
 o thick()
 o thin()

Variables

 o thin
  protected boolean thin
 o rcsid
  public final static String rcsid

Constructors

 o PSTEdge
  public PSTEdge(GraphArea area,
                 Node a,
                 Node b,
                 Color color)
 o PSTEdge
  public PSTEdge(GraphArea area,
                 Node a,
                 Node b)

Methods

 o thick
  public void thick()
 o thin
  public void thin()
 o Draw
  public void Draw(Graphics g)
Overrides:
Draw in class Edge
 o 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