websphinx.workbench
Class WebEdge

java.lang.Object
  |
  +--graph.Edge
        |
        +--websphinx.util.RenderedEdge
              |
              +--websphinx.workbench.WebEdge
All Implemented Interfaces:
Tipped

public class WebEdge
extends RenderedEdge


Field Summary
 Link link
           
 
Fields inherited from class websphinx.util.RenderedEdge
color, thick
 
Fields inherited from class graph.Edge
directed, from, label, labelHeight, labelWidth, placed, restLength, to
 
Constructor Summary
WebEdge(Link link, WebNode from, WebNode to)
           
 
Method Summary
 java.lang.String[] getTip()
           
 
Methods inherited from class graph.Edge
distance, distanceSquared, length, lengthSquared
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

link

public Link link
Constructor Detail

WebEdge

public WebEdge(Link link,
               WebNode from,
               WebNode to)
Method Detail

getTip

public java.lang.String[] getTip()
Overrides:
getTip in class RenderedEdge