FileDocCategorySizeDatePackage
AbstractImageData.javaAPI DocphoneME MR2 API (J2ME)1944Wed May 02 18:00:08 BST 2007javax.microedition.lcdui

AbstractImageData

public interface AbstractImageData
Image data that is based on platform decoder and storage.

Fields Summary
Constructors Summary
Methods Summary
public intgetHeight()
Gets the height of the image in pixels. The value returned must reflect the actual height of the image when rendered.

return
height of the image

public intgetWidth()
Gets the width of the image in pixels. The value returned must reflect the actual width of the image when rendered.

return
width of the image

public booleanisMutable()
Check if this image is mutable. Mutable images can be modified by rendering to them through a Graphics object obtained from the getGraphics() method of this object.

return
true if the image is mutable, false otherwise