N - node typeE - edge typepublic interface DOTVisualizationHelper<N,E> extends VisualizationHelper<N,E>
VisualizationHelper interface for DOT specific methods.VisualizationHelper.CommonAttrs, VisualizationHelper.CommonStyles, VisualizationHelper.EdgeAttrs, VisualizationHelper.EdgeStyles, VisualizationHelper.NodeAttrs, VisualizationHelper.NodeShapes, VisualizationHelper.NodeStyles| Modifier and Type | Method and Description |
|---|---|
void |
writePostamble(Appendable a)
Called after the node and edge data are written, but before the closing brace.
|
void |
writePreamble(Appendable a)
Called before the node and edge data are written, but after the opening "digraph {" statement.
|
getEdgeProperties, getGlobalEdgeProperties, getGlobalNodeProperties, getNodePropertiesvoid writePreamble(Appendable a) throws IOException
a - the Appendable to write toIOException - if writing to a throws.void writePostamble(Appendable a) throws IOException
a - the Appendable to write toIOException - if writing to a throws.Copyright © 2018. All rights reserved.