anl.aida.client.io
Interface Imageable

All Known Implementing Classes:
ImageableComponent

public interface Imageable

Interface for classes that can produce a BufferedImage.


Method Summary
 java.awt.image.BufferedImage createImage()
          Creates a BufferedImage.
 

Method Detail

createImage

java.awt.image.BufferedImage createImage()
Creates a BufferedImage.

Returns:
the created iamge.