|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.export.ExportManager
public final class ExportManager
A singleton class for accessing graph export functionality.
Method Summary | |
---|---|
void |
addExporter(AbstractExporter exp)
Registers a graph exporter. |
List<AbstractExporter> |
getExporter()
Returns all registered exporters. |
AbstractExporter |
getExporterByName(String name)
Returns the exporter with the given name or null if no such exporter exists. |
String[] |
getExporterNames()
Returns an array containing the names of all registered exporters. |
static ExportManager |
getInstance()
Returns the singleton instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExportManager getInstance()
public void addExporter(AbstractExporter exp)
exp
- the exporterpublic List<AbstractExporter> getExporter()
public String[] getExporterNames()
public AbstractExporter getExporterByName(String name)
name
- the exporters name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |