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

SoftButtonSkin

public class SoftButtonSkin extends Object
A skin containing images and parameters related to the softbutton bar.

Fields Summary
public static int
HEIGHT
This field corresponds to SOFTBTN_HEIGHT skin property. See its comment for further details.
public static int
NUM_BUTTONS
This field corresponds to SOFTBTN_NUM_BUTTONS skin property. See its comment for further details.
public static int[]
BUTTON_ANCHOR_X
This field corresponds to SOFTBTN_BUTTON_ANCHOR_X skin property. See its comment for further details. Its an array of size equal to NUM_BUTTONS.
public static int[]
BUTTON_ANCHOR_Y
This field corresponds to SOFTBTN_BUTTON_ANCHOR_Y skin property. See its comment for further details. Its an array of size equal to NUM_BUTTONS.
public static int[]
BUTTON_ALIGN_X
This field corresponds to SOFTBTN_BUTTON_ALIGN_X skin property. See its comment for further details. Its an array of size equal to NUM_BUTTONS.
public static int[]
BUTTON_MAX_WIDTH
This field corresponds to SOFTBTN_BUTTON_MAX_WIDTH skin property. See its comment for further details. Its an array of size equal to NUM_BUTTONS.
public static int
BUTTON_SHD_ALIGN
This field corresponds to SOFTBTN_BUTTON_SHD_ALIGN skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to SOFTBTN_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_FG_SHD
This field corresponds to SOFTBTN_COLOR_FG_SHD skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to SOFTBTN_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_MU_FG
This field corresponds to SOFTBTN_COLOR_MU_FG skin property. See its comment for further details.
public static int
COLOR_MU_FG_SHD
This field corresponds to SOFTBTN_COLOR_MU_FG_SHD skin property. See its comment for further details.
public static int
COLOR_MU_BG
This field corresponds to SOFTBTN_COLOR_MU_BG skin property. See its comment for further details.
public static int
COLOR_AU_FG
This field corresponds to SOFTBTN_COLOR_AU_FG skin property. See its comment for further details.
public static int
COLOR_AU_FG_SHD
This field corresponds to SOFTBTN_COLOR_AU_FG_SHD skin property. See its comment for further details.
public static int
COLOR_AU_BG
This field corresponds to SOFTBTN_COLOR_AU_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to SOFTBTN_FONT skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to SOFTBTN_IMAGE_BG 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 should be used.
public static javax.microedition.lcdui.Image[]
IMAGE_MU_BG
This field corresponds to SOFTBTN_IMAGE_MU_BG 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 should be used.
public static javax.microedition.lcdui.Image[]
IMAGE_AU_BG
This field corresponds to SOFTBTN_IMAGE_AU_BG 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 should be used.
public static String
TEXT_MENUCMD
This field corresponds to SOFTBTN_TEXT_MENUCMD skin property. See its comment for further details.
public static String
TEXT_BACKCMD
This field corresponds to SOFTBTN_TEXT_BACKCMD skin property. See its comment for further details.
Constructors Summary
private SoftButtonSkin()
Private constructor

    
Methods Summary