FileDocCategorySizeDatePackage
ImageItemSkin.javaAPI DocphoneME MR2 API (J2ME)3708Wed May 02 18:00:20 BST 2007com.sun.midp.chameleon.skins

ImageItemSkin

public class ImageItemSkin extends Object
ImageItemSkin represents the properties and values used to render a ImageItem in the javax.microedition.lcdui package.

Fields Summary
public static int
COLOR_BG_LINK_FOCUS
This field corresponds to IMAGEITEM_COLOR_BG_LNK_FOC skin property. See its comment for further details.
public static int
COLOR_BG_BUTTON
This field corresponds to IMAGEITEM_COLOR_BG_BTN skin property. See its comment for further details.
public static int
COLOR_BORDER_LT
This field corresponds to IMAGEITEM_COLOR_BORDER_LT skin property. See its comment for further details.
public static int
COLOR_BORDER_DK
This field corresponds to IMAGEITEM_COLOR_BORDER_DK skin property. See its comment for further details.
public static int
PAD_LINK_H
This field corresponds to IMAGEITEM_PAD_LNK_H skin property. See its comment for further details.
public static int
PAD_LINK_V
This field corresponds to IMAGEITEM_PAD_LNK_H skin property. See its comment for further details.
public static int
PAD_BUTTON_H
This field corresponds to IMAGEITEM_PAD_BTN_H skin property. See its comment for further details.
public static int
PAD_BUTTON_V
This field corresponds to IMAGEITEM_PAD_BTN_V skin property. See its comment for further details.
public static int
BUTTON_BORDER_W
This field corresponds to IMAGEITEM_BTN_BORDER_W skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_LINK_H
This field corresponds to IMAGEITEM_IMAGE_LNK_H skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_LINK_V
This field corresponds to IMAGEITEM_IMAGE_LNK_V skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BUTTON
This field corresponds to IMAGEITEM_IMAGE_BUTTON skin property. See its comment for further details. A 'null' value for this array means there is no image background and a solid fill color and line border should be used.
Constructors Summary
private ImageItemSkin()

    
Methods Summary