net.sf.mmapps.applications.developer.modules.appview
Class MMBaseInheritanceEdge

java.lang.Object
  extended bycom.touchgraph.graphlayout.Edge
      extended bynet.sf.mmapps.applications.developer.modules.appview.MMBaseInheritanceEdge

public class MMBaseInheritanceEdge
extends Edge

Version:
$Id: MMBaseInheritanceEdge.java,v 1.1.1.1 2004/02/06 08:44:07 keesj Exp $
Author:
Kees Jongenburger

Field Summary
 
Fields inherited from class com.touchgraph.graphlayout.Edge
col, DEFAULT_COLOR, DEFAULT_LENGTH, from, id, length, MOUSE_OVER_COLOR, to, visible
 
Constructor Summary
MMBaseInheritanceEdge(Node firstNode, Node secondNode)
           
MMBaseInheritanceEdge(Node firstNode, Node secondNode, int strength)
           
 
Method Summary
 void paint(java.awt.Graphics graphics, TGPanel tgPanel)
           
 
Methods inherited from class com.touchgraph.graphlayout.Edge
containsPoint, distFromPoint, getColor, getFrom, getID, getLength, getOtherEndpt, getTo, intersects, isVisible, paintArrow, reverse, setColor, setEdgeDefaultColor, setEdgeDefaultLength, setEdgeMouseOverColor, setID, setLength, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBaseInheritanceEdge

public MMBaseInheritanceEdge(Node firstNode,
                             Node secondNode)

MMBaseInheritanceEdge

public MMBaseInheritanceEdge(Node firstNode,
                             Node secondNode,
                             int strength)
Method Detail

paint

public void paint(java.awt.Graphics graphics,
                  TGPanel tgPanel)
Overrides:
paint in class Edge


Copyright © 2003-2004 SourceForge. All Rights Reserved.