@Immutable public abstract class AbstractDotFileFormat extends Object implements DotFileFormat
DotFileFormat implementations.| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLOSE_BRACE |
| Modifier and Type | Method and Description |
|---|---|
String |
render(Digraph digraph)
Render the digraph element as a string.
|
String |
render(NodeProperties nodeProperties)
Render the node properties as a string.
|
String |
render(PropertyElement propertyElement)
Render the property element as a string.
|
String |
renderReport()
Generates the report.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrender, render, renderprotected static final String CLOSE_BRACE
public final String renderReport()
DotFileFormatrenderReport in interface DotFileFormatpublic final String render(Digraph digraph)
DotFileFormatrender in interface DotFileFormatdigraph - the digraph to renderpublic final String render(NodeProperties nodeProperties)
DotFileFormatrender in interface DotFileFormatnodeProperties - the node properties to renderpublic final String render(PropertyElement propertyElement)
DotFileFormatrender in interface DotFileFormatpropertyElement - the property element to renderCopyright © 2016–2018. All rights reserved.