Interface AttributedGraphExporter
- All Superinterfaces:
ExtensionPoint
Interface for exporting AttributedGraphs
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportGraph(AttributedGraph graph, File file) Exports the given graph to the given writerReturns a description of the exporterReturns the suggested file extension to use for this exportergetName()Returns the name of this exporter
-
Method Details
-
exportGraph
Exports the given graph to the given writer- Parameters:
graph- theAttributedGraphto exportfile- the file to export to- Throws:
IOException- if there is an error exporting the graph
-
getFileExtension
String getFileExtension()Returns the suggested file extension to use for this exporter- Returns:
- the suggested file extension to use for this exporter
-
getName
-
getDesciption
-