Interface DOTVisualizationHelper<N,E>
- Type Parameters:
N- node typeE- edge type
- All Superinterfaces:
VisualizationHelper<N,E>
- All Known Implementing Classes:
AggregateDOTVisualizationHelper,DefaultDOTVisualizationHelper
Extension to the
VisualizationHelper interface for DOT specific methods.-
Nested Class Summary
Nested classes/interfaces inherited from interface net.automatalib.visualization.VisualizationHelper
VisualizationHelper.CommonAttrs, VisualizationHelper.CommonStyles, VisualizationHelper.EdgeAttrs, VisualizationHelper.EdgeStyles, VisualizationHelper.MMLTEdgeAttrs, VisualizationHelper.MMLTNodeAttrs, VisualizationHelper.MTSEdgeAttrs, VisualizationHelper.NodeAttrs, VisualizationHelper.NodeShapes, VisualizationHelper.NodeStyles, VisualizationHelper.PMPGEdgeAttrs, VisualizationHelper.PMPGNodeAttrs -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after the node and edge data are written, but before the closing brace.voidCalled before the node and edge data are written, but after the opening "digraph {" statement.Methods inherited from interface net.automatalib.visualization.VisualizationHelper
getEdgeProperties, getGlobalEdgeProperties, getGlobalNodeProperties, getNodeProperties
-
Method Details
-
writePreamble
Called before the node and edge data are written, but after the opening "digraph {" statement.- Parameters:
a- theAppendableto write to- Throws:
IOException- if writing toathrows.
-
writePostamble
Called after the node and edge data are written, but before the closing brace.- Parameters:
a- theAppendableto write to- Throws:
IOException- if writing toathrows.
-