de.cau.cs.kieler.kiml.export
Interface IExporter
- All Known Implementing Classes:
- AbstractExporter, DotExporter, GMLExporter, GraphMLExporter, KGraphExporter, OGMLExporter
public interface IExporter
The interface for all graph exporters.
- Rating

doExport
void doExport(KNode graph,
OutputStream stream,
MapPropertyHolder options,
IKielerProgressMonitor monitor)
- Performs the actual graph export by using the given options and writing
the result to the stream.
- Parameters:
graph
- the graphstream
- the output streamoptions
- the export optionsmonitor
- the progress monitor