KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > ImageItem

javax.microedition.lcdui
Class ImageItem

java.lang.Object
  |
  +--javax.microedition.lcdui.Item
        |
        +--javax.microedition.lcdui.ImageItem
See Also:
Source Code, Image

public String getAltText()
See Also:
setAltText(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getAppearanceMode()
See Also:
Item.BUTTON, Item.HYPERLINK, Item.PLAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Image getImage()
See Also:
setImage(javax.microedition.lcdui.Image)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLayout()
See Also:
setLayout(int), Item
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageItem(String label,
                 Image img,
                 int layout,
                 String altText)
See Also:
ImageItem(String, Image, int, String, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageItem(String label,
                 Image image,
                 int layout,
                 String altText,
                 int appearanceMode)
See Also:
Item.BUTTON, Item.HYPERLINK, Item.PLAIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_CENTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_DEFAULT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_NEWLINE_AFTER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_NEWLINE_BEFORE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LAYOUT_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAltText(String text)
See Also:
getAltText()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setImage(Image img)
See Also:
getImage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLayout(int layout)
See Also:
getLayout(), Item
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags