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

StringItemSkin

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

Fields Summary
public static int
PAD_BUTTON_H
This field corresponds to STRINGITEM_PAD_BUTTON_H skin property. See its comment for further details.
public static int
PAD_BUTTON_V
This field corresponds to STRINGITEM_PAD_BUTTON_V skin property. See its comment for further details.
public static int
BUTTON_BORDER_W
This field corresponds to STRINGITEM_BUTTON_BORDER_W skin property. See its comment for further details.
public static int
COLOR_FG_LINK
This field corresponds to STRINGITEM_COLOR_FG_LNK skin property. See its comment for further details.
public static int
COLOR_FG_LINK_FOCUS
This field corresponds to STRINGITEM_COLOR_FG_LNK_FOC skin property. See its comment for further details.
public static int
COLOR_BG_LINK_FOCUS
This field corresponds to STRINGITEM_COLOR_BG_LNK_FOC skin property. See its comment for further details.
public static int
COLOR_FG_BUTTON
This field corresponds to STRINGITEM_COLOR_FG_BTN skin property. See its comment for further details.
public static int
COLOR_BG_BUTTON
This field corresponds to STRINGITEM_COLOR_BG_BTN skin property. See its comment for further details.
public static int
COLOR_BORDER_LT
This field corresponds to STRINGITEM_COLOR_BORDER_LT skin property. See its comment for further details.
public static int
COLOR_BORDER_DK
This field corresponds to STRINGITEM_COLOR_BORDER_DK skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to STRINGITEM_FONT skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT_LINK
This field corresponds to STRINGITEM_FONT_LNK skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT_BUTTON
This field corresponds to STRINGITEM_FONT_BTN skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_LINK
This field corresponds to STRINGITEM_IMAGE_LNK skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BUTTON
This field corresponds to STRINGITEM_IMAGE_BTN 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 StringItemSkin()

    
Methods Summary