|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.util.dot.DotGraphEdge
Constructor Summary | |
DotGraphEdge(DotGraphNode src,
DotGraphNode dst)
Draws a directed edge. |
|
DotGraphEdge(DotGraphNode src,
DotGraphNode dst,
boolean directed)
Draws a graph edge by specifying directed or undirected. |
Method Summary | |
void |
render(OutputStream out,
int indent)
|
void |
setAttribute(DotGraphAttribute attr)
Sets an edge attribute. |
void |
setAttribute(String id,
String value)
Sets an edge attribute. |
void |
setLabel(String label)
Sets the label for the edge. |
void |
setStyle(String style)
Sets the edge style. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DotGraphEdge(DotGraphNode src, DotGraphNode dst)
public DotGraphEdge(DotGraphNode src, DotGraphNode dst, boolean directed)
Method Detail |
public void setLabel(String label)
public void setStyle(String style)
DotGraphConstants
public void setAttribute(String id, String value)
public void setAttribute(DotGraphAttribute attr)
public void render(OutputStream out, int indent) throws IOException
render
in interface Renderable
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |