@Immutable public class PropertyElement extends Object
| Constructor and Description |
|---|
PropertyElement(String name,
String value,
DotFileFormat dotFileFormat)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
render()
Render the graph element for use in a DotFile.
|
public PropertyElement(String name, String value, DotFileFormat dotFileFormat)
name - the name of the propertyvalue - the value of the propertydotFileFormat - the output formatpublic final String render()
GraphElementCopyright © 2016–2018. All rights reserved.