infovis.io
Interface AbstractWriterFactory.Creator
- All Known Implementing Classes:
- AbstractWriterFactory.AbstractCreator, GraphWriterFactory.DefaultCreator
- Enclosing class:
- AbstractWriterFactory
public static interface AbstractWriterFactory.Creator
getName
String getName()
getSuffix
String getSuffix()
create
AbstractWriter create(String name,
Table table)
create
AbstractWriter create(OutputStream out,
String name,
Table table)
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.