infovis.io
Interface AbstractWriterFactory.Creator

All Known Implementing Classes:
AbstractWriterFactory.AbstractCreator, GraphWriterFactory.DefaultCreator
Enclosing class:
AbstractWriterFactory

public static interface AbstractWriterFactory.Creator


Method Summary
 AbstractWriter create(OutputStream out, String name, Table table)
           
 AbstractWriter create(String name, Table table)
           
 String getName()
           
 String getSuffix()
           
 

Method Detail

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.