public class DotGraphNode extends AbstractDotGraphElement implements Renderable
| Constructor and Description |
|---|
DotGraphNode(String name) |
DotGraphNode(String name,
boolean dontQuoteName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
render(OutputStream out,
int indent) |
void |
setHTMLLabel(String label) |
void |
setShape(String shape) |
void |
setStyle(String style) |
getAttribute, getAttributes, getAttributeValue, getLabel, removeAllAttributes, removeAttribute, removeAttribute, setAttribute, setAttribute, setLabelpublic DotGraphNode(String name)
public DotGraphNode(String name, boolean dontQuoteName)
public String getName()
public void setHTMLLabel(String label)
public void setShape(String shape)
public void setStyle(String style)
public void render(OutputStream out, int indent) throws IOException
render in interface RenderableIOExceptionCopyright © 2024 Soot OSS. All rights reserved.