de.erichseifert.gral.io.plots
Class DrawableWriterFactory
java.lang.Object
de.erichseifert.gral.io.AbstractIOFactory<DrawableWriter>
de.erichseifert.gral.io.plots.DrawableWriterFactory
- All Implemented Interfaces:
- IOFactory<DrawableWriter>
public class DrawableWriterFactory
- extends AbstractIOFactory<DrawableWriter>
Class that provides DrawableWriter
implementations for
different file formats.
- See Also:
DrawableWriter
getInstance
public static DrawableWriterFactory getInstance()
- Returns an instance of this DrawableWriterFactory.
- Returns:
- Instance.
get
public DrawableWriter get(String mimeType)
- Description copied from interface:
IOFactory
- Returns an object for reading or writing the specified format.
- Parameters:
mimeType
- MIME type.
- Returns:
- Reader or writer for the specified MIME type.
Copyright © 2009-2010. All Rights Reserved.