soot.util.dot
Interface Renderable

All Known Implementing Classes:
DotGraph, DotGraphCommand, DotGraphEdge, DotGraphNode

public interface Renderable


Method Summary
 void render(OutputStream device, int indent)
           
 

Method Detail

render

void render(OutputStream device,
            int indent)
            throws IOException
Throws:
IOException