API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.image. JOTAbstractImageWriterInterface View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 JOTAbstractImageWriterInterface
Subinterfaces
Description
public interface JOTAbstractImageWriterInterface
Implement this to provide an implementation that writes the abstractImage in a particular format.
See also:   
Methods
Hide/Show inherited methods
public String getContentType ()
  Return the image content type (to be sent to the browser)
public int writeToStream (JOTAbstractImage abstractImage, OutputStream out) throws Exception
  Writes the abstractImage to a file according to impl.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar