All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.microemu.device.MutableImage Maven / Gradle / Ivy

The newest version!
/*
 * Created on 2003-07-08
 *
 * To change this generated comment go to 
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
package org.microemu.device;

import javax.microedition.lcdui.Image;


public abstract class MutableImage extends Image 
{

	public abstract int[] getData();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy