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
See DIRECT subinterfaces
Quick Links:
Methods
Fields
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)
Return the image content type (to be sent to the browser)
Returns:
public
int
writeToStream
(
JOTAbstractImage
abstractImage,
OutputStream
out) throws
Exception
Writes the abstractImage to a file according to impl.
Writes the abstractImage to a file according to impl. format
returns data length
Parameters:
-
abstractImage
-
-
file
-
Throws:
-
java.lang.Exception
-
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar