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

KGraphExporter
public KGraphExporter()
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