soot.util.dot
Class DotGraphNode
java.lang.Object
soot.util.dot.DotGraphNode
- All Implemented Interfaces:
- Renderable
public class DotGraphNode
- extends Object
- implements Renderable
A Dot graph node with various attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DotGraphNode
public DotGraphNode(String name)
getName
public String getName()
setLabel
public void setLabel(String label)
setHTMLLabel
public void setHTMLLabel(String label)
setShape
public void setShape(String shape)
setStyle
public void setStyle(String style)
setAttribute
public void setAttribute(String id,
String value)
setAttribute
public void setAttribute(DotGraphAttribute attr)
render
public void render(OutputStream out,
int indent)
throws IOException
- Specified by:
render
in interface Renderable
- Throws:
IOException