| Package | Description |
|---|---|
| soot.util.dot |
Classes for creating graphs as input to Dot.
|
| Modifier and Type | Method and Description |
|---|---|
DotGraphAttribute |
AbstractDotGraphElement.getAttribute(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DotGraphAttribute> |
AbstractDotGraphElement.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDotGraphElement.removeAttribute(DotGraphAttribute attr)
Removes the given attribute from this dot element.
|
void |
AbstractDotGraphElement.setAttribute(DotGraphAttribute attr)
Sets an attribute for this dot element.
|
void |
DotGraph.setGraphAttribute(DotGraphAttribute attr)
sets any general attributes
NOTE: Alias for
AbstractDotGraphElement.setAttribute(soot.util.dot.DotGraphAttribute). |
Copyright © 2024 Soot OSS. All rights reserved.