Uses of Class
de.erichseifert.gral.io.AbstractIOFactory

Packages that use AbstractIOFactory
de.erichseifert.gral.io.data Classes for reading and writing data. 
de.erichseifert.gral.io.plots Classes for converting instances of Drawable to various file formats. 
 

Uses of AbstractIOFactory in de.erichseifert.gral.io.data
 

Subclasses of AbstractIOFactory in de.erichseifert.gral.io.data
 class DataReaderFactory
          A factory class that produces DataReader instances for a specified format.
 class DataWriterFactory
          A factory class that produces DataWriter instances for a specified format.
 

Uses of AbstractIOFactory in de.erichseifert.gral.io.plots
 

Subclasses of AbstractIOFactory in de.erichseifert.gral.io.plots
 class DrawableWriterFactory
          Class that provides DrawableWriter implementations for different file formats.
 



Copyright © 2009-2010. All Rights Reserved.