Raccoon.GUI
Class PVEdge

java.lang.Object
  extended bycom.touchgraph.graphlayout.Edge
      extended bycom.touchgraph.linkbrowser.LBEdge
          extended byRaccoon.GUI.PVEdge
All Implemented Interfaces:
java.io.Serializable

public class PVEdge
extends com.touchgraph.linkbrowser.LBEdge
implements java.io.Serializable

LBEdge: A LinkBrowser Edge. Extends edge by adding different edge types, specifically a bidirectional edge type rendered as a thin line.

Version:
1.20
Author:
Alexander Shapiro
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.touchgraph.linkbrowser.LBEdge
BIDIRECTIONAL_EDGE, DEFAULT_TYPE, edgeType, HIERARCHICAL_EDGE
 
Fields inherited from class com.touchgraph.graphlayout.Edge
DEFAULT_COLOR, DEFAULT_LENGTH, from, MOUSE_OVER_COLOR, to
 
Constructor Summary
PVEdge(PVNode f, PVNode t)
           
PVEdge(PVNode f, PVNode t, int len)
           
 
Methods inherited from class com.touchgraph.linkbrowser.LBEdge
getType, paint, paint, paintFatLine, setEdgeDafaultType, setType
 
Methods inherited from class com.touchgraph.graphlayout.Edge
containsPoint, distFromPoint, getColor, getFrom, getLength, getOtherEndpt, getTo, intersects, isVisible, paintArrow, reverse, setColor, setEdgeDefaultColor, setEdgeDefaultLength, setEdgeMouseOverColor, setLength, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVEdge

public PVEdge(PVNode f,
              PVNode t)

PVEdge

public PVEdge(PVNode f,
              PVNode t,
              int len)