Uses of Interface
de.erichseifert.gral.io.IOFactory

Packages that use IOFactory
de.erichseifert.gral.io Classes for input and output operations. 
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 IOFactory in de.erichseifert.gral.io
 

Classes in de.erichseifert.gral.io that implement IOFactory
 class AbstractIOFactory<T>
          Abstract implementation of IOFactory which provides basic functionality.
 

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

Classes in de.erichseifert.gral.io.data that implement IOFactory
 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 IOFactory in de.erichseifert.gral.io.plots
 

Classes in de.erichseifert.gral.io.plots that implement IOFactory
 class DrawableWriterFactory
          Class that provides DrawableWriter implementations for different file formats.
 



Copyright © 2009-2010. All Rights Reserved.