|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.touchgraph.graphlayout.Edge
com.touchgraph.linkbrowser.LBEdge
Raccoon.GUI.PVEdge
LBEdge: A LinkBrowser Edge. Extends edge by adding different edge types, specifically a bidirectional edge type rendered as a thin line.
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 |
public PVEdge(PVNode f, PVNode t)
public PVEdge(PVNode f, PVNode t, int len)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |