public class DotGraphNode extends Object implements Renderable
Constructor and Description |
---|
DotGraphNode(String name) |
Modifier and Type | Method and Description |
---|---|
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) |
public DotGraphNode(String name)
public String getName()
public void setLabel(String label)
public void setHTMLLabel(String label)
public void setShape(String shape)
public void setStyle(String style)
public void setAttribute(DotGraphAttribute attr)
public void render(OutputStream out, int indent) throws IOException
render
in interface Renderable
IOException