de.erichseifert.gral.io.plots
Class DrawableWriterFactory

java.lang.Object
  extended by de.erichseifert.gral.io.AbstractIOFactory<DrawableWriter>
      extended by 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

Method Summary
 DrawableWriter get(String mimeType)
          Returns an object for reading or writing the specified format.
static DrawableWriterFactory getInstance()
          Returns an instance of this DrawableWriterFactory.
 
Methods inherited from class de.erichseifert.gral.io.AbstractIOFactory
getCapabilities, getCapabilities, getSupportedFormats, isFormatSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.