weka.gui.beans.ImageProducer Maven / Gradle / Ivy
package weka.gui.beans;
import java.awt.Image;
/**
* Interface to something that can produce an image as output
*
* @author Mark Hall (mhall{[at]}pentaho{[dot]}com)
* @version $Revision: 10824 $
*/
public interface ImageProducer {
/**
* Get the image
*
* @return the image
*/
Image getImage();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy