to.etc.domui.component.dynaima
Interface IBufferedImageSource

All Known Implementing Classes:
JGraphChartSource

public interface IBufferedImageSource

The source of the image is a BufferedImage.

Author:
Frits Jalvingh Created on Oct 2, 2008

Method Summary
 java.awt.image.BufferedImage getImage()
          Return or create the bufferedImage to output.
 java.lang.String getMimeType()
          The output format (mime for jpg, gif, png).
 

Method Detail

getImage

java.awt.image.BufferedImage getImage()
                                      throws java.lang.Exception
Return or create the bufferedImage to output.

Returns:
Throws:
java.lang.Exception

getMimeType

java.lang.String getMimeType()
The output format (mime for jpg, gif, png).

Returns: