public class AggregateDOTVisualizationHelper<N,E> extends AggregateVisualizationHelper<N,E> implements DOTVisualizationHelper<N,E>
VisualizationHelper.CommonAttrs, VisualizationHelper.CommonStyles, VisualizationHelper.EdgeAttrs, VisualizationHelper.EdgeStyles, VisualizationHelper.NodeAttrs, VisualizationHelper.NodeShapes, VisualizationHelper.NodeStyles| Constructor and Description |
|---|
AggregateDOTVisualizationHelper(List<? extends DOTVisualizationHelper<N,? super E>> visualizationHelpers) |
| 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, getNodePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEdgeProperties, getGlobalEdgeProperties, getGlobalNodeProperties, getNodePropertiespublic AggregateDOTVisualizationHelper(List<? extends DOTVisualizationHelper<N,? super E>> visualizationHelpers)
public void writePreamble(Appendable a) throws IOException
DOTVisualizationHelperwritePreamble in interface DOTVisualizationHelper<N,E>a - the Appendable to write toIOException - if writing to a throws.public void writePostamble(Appendable a) throws IOException
DOTVisualizationHelperwritePostamble in interface DOTVisualizationHelper<N,E>a - the Appendable to write toIOException - if writing to a throws.Copyright © 2019. All rights reserved.