de.cau.cs.kieler.kiml.export.exporter
Class DotExporter
java.lang.Object
de.cau.cs.kieler.kiml.export.AbstractExporter
de.cau.cs.kieler.kiml.export.exporter.DotExporter
- All Implemented Interfaces:
- IExporter
public class DotExporter
- extends AbstractExporter
A graph exporter for the Dot format.
- Rating

DotExporter
public DotExporter()
getName
public String getName()
- Returns the name of the file format the exporter is exporting to.
- Specified by:
getName
in class AbstractExporter
- Returns:
- the name of the file format
getDefaultExtension
public String getDefaultExtension()
- Returns the default file extension for this exporter.
- Specified by:
getDefaultExtension
in class AbstractExporter
- Returns:
- the default file extension
getExtensions
public String[] getExtensions()
- Returns the exporters supported file extensions.
- Specified by:
getExtensions
in class AbstractExporter
- Returns:
- the supported file extensions
doExport
public 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