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

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

public class MMBaseEdge
extends Edge

Version:
$Id: MMBaseEdge.java,v 1.2 2004/07/16 20:55:47 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
MMBaseEdge(net.sf.mmapps.modules.config.RelationManagerConfiguration relman, Node firstNode, Node secondNode)
           
MMBaseEdge(net.sf.mmapps.modules.config.RelationManagerConfiguration relman, Node firstNode, Node secondNode, int strength)
           
 
Method Summary
 void addRelationManagerConfiguration(net.sf.mmapps.modules.config.RelationManagerConfiguration c)
           
 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

MMBaseEdge

public MMBaseEdge(net.sf.mmapps.modules.config.RelationManagerConfiguration relman,
                  Node firstNode,
                  Node secondNode)

MMBaseEdge

public MMBaseEdge(net.sf.mmapps.modules.config.RelationManagerConfiguration relman,
                  Node firstNode,
                  Node secondNode,
                  int strength)
Method Detail

addRelationManagerConfiguration

public void addRelationManagerConfiguration(net.sf.mmapps.modules.config.RelationManagerConfiguration c)

paint

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


Copyright © 2003-2004 SourceForge. All Rights Reserved.