|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.export.AbstractExporter
de.cau.cs.kieler.kiml.export.exporter.OGMLExporter
public class OGMLExporter
A graph exporter for the OGML file format.
Field Summary |
---|
Fields inherited from class de.cau.cs.kieler.kiml.export.AbstractExporter |
---|
ERROR_MESSAGE_EXPORT_FAILED |
Constructor Summary | |
---|---|
OGMLExporter()
Constructs an OGML exporter. |
Method Summary | |
---|---|
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. |
String |
getDefaultExtension()
Returns the default file extension for this exporter. |
String[] |
getExtensions()
Returns the exporters supported file extensions. |
String |
getName()
Returns the name of the file format the exporter is exporting to. |
Methods inherited from class de.cau.cs.kieler.kiml.export.AbstractExporter |
---|
addOption, getOptions, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OGMLExporter()
Method Detail |
---|
public String getName()
getName
in class AbstractExporter
public String getDefaultExtension()
getDefaultExtension
in class AbstractExporter
public String[] getExtensions()
getExtensions
in class AbstractExporter
public void doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
graph
- the graphstream
- the output streamoptions
- the export optionsmonitor
- the progress monitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |