FileDocCategorySizeDatePackage
ImageItemLF.javaAPI DocphoneME MR2 API (J2ME)1685Wed May 02 18:00:22 BST 2007javax.microedition.lcdui

ImageItemLF

public interface ImageItemLF implements ItemLF
Look and Feel interface used by ImageItem.

See Naming Conventions for information about method naming conventions.

Fields Summary
Constructors Summary
Methods Summary
public voidlSetAltText(java.lang.String altText)
Notifies L&F of an alternative text change in the corresponding ImageItem.

param
altText - the new alternative text set in the ImageItem

public voidlSetImage(Image img)
Notifies L&F of an image change in the corresponding ImageItem.

param
img - the new image set in the ImageItem