soot.util.dot
Class DotGraphNode

java.lang.Object
  extended by soot.util.dot.DotGraphNode
All Implemented Interfaces:
Renderable

public class DotGraphNode
extends Object
implements Renderable

A Dot graph node with various attributes.


Constructor Summary
DotGraphNode(String name)
           
 
Method Summary
 String getName()
           
 void render(OutputStream out, int indent)
           
 void setAttribute(DotGraphAttribute attr)
           
 void setAttribute(String id, String value)
           
 void setHTMLLabel(String label)
           
 void setLabel(String label)
           
 void setShape(String shape)
           
 void setStyle(String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotGraphNode

public DotGraphNode(String name)
Method Detail

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