org.kohsuke.graphviz
Class Edge

java.lang.Object
  extended by org.kohsuke.graphviz.GraphObject<Edge>
      extended by org.kohsuke.graphviz.Edge

public class Edge
extends GraphObject<Edge>

Author:
Kohsuke Kawaguchi

Field Summary
 Node dst
           
 Node src
           
 
Constructor Summary
Edge(Node src, Node dst)
           
 
Method Summary
 
Methods inherited from class org.kohsuke.graphviz.GraphObject
attr, attr, attr, attr, escape, getEffectiveAttributes, id, style, style
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

public final Node src

dst

public final Node dst
Constructor Detail

Edge

public Edge(Node src,
            Node dst)


Copyright © 2008. All Rights Reserved.