|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.util.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(java.io.OutputStream out,
int indent)
|
void |
setAttribute(java.lang.String id,
java.lang.String value)
Sets an edge attribute. |
void |
setLabel(java.lang.String label)
Sets the label for the edge. |
void |
setStyle(java.lang.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(java.lang.String label)
public void setStyle(java.lang.String style)
DotGraphConstants
public void setAttribute(java.lang.String id, java.lang.String value)
public void render(java.io.OutputStream out, int indent) throws java.io.IOException
render
in interface Renderable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |