Fields Summary |
---|
public static int | HEIGHTThis field corresponds to SOFTBTN_HEIGHT skin property.
See its comment for further details. |
public static int | NUM_BUTTONSThis field corresponds to SOFTBTN_NUM_BUTTONS skin property.
See its comment for further details. |
public static int[] | BUTTON_ANCHOR_XThis 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_YThis 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_XThis 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_WIDTHThis 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_ALIGNThis field corresponds to SOFTBTN_BUTTON_SHD_ALIGN skin property.
See its comment for further details. |
public static int | COLOR_FGThis field corresponds to SOFTBTN_COLOR_FG skin property.
See its comment for further details. |
public static int | COLOR_FG_SHDThis field corresponds to SOFTBTN_COLOR_FG_SHD skin property.
See its comment for further details. |
public static int | COLOR_BGThis field corresponds to SOFTBTN_COLOR_BG skin property.
See its comment for further details. |
public static int | COLOR_MU_FGThis field corresponds to SOFTBTN_COLOR_MU_FG skin property.
See its comment for further details. |
public static int | COLOR_MU_FG_SHDThis field corresponds to SOFTBTN_COLOR_MU_FG_SHD skin property.
See its comment for further details. |
public static int | COLOR_MU_BGThis field corresponds to SOFTBTN_COLOR_MU_BG skin property.
See its comment for further details. |
public static int | COLOR_AU_FGThis field corresponds to SOFTBTN_COLOR_AU_FG skin property.
See its comment for further details. |
public static int | COLOR_AU_FG_SHDThis field corresponds to SOFTBTN_COLOR_AU_FG_SHD skin property.
See its comment for further details. |
public static int | COLOR_AU_BGThis field corresponds to SOFTBTN_COLOR_AU_BG skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONTThis field corresponds to SOFTBTN_FONT skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image[] | IMAGE_BGThis 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_BGThis 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_BGThis 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_MENUCMDThis field corresponds to SOFTBTN_TEXT_MENUCMD skin property.
See its comment for further details. |
public static String | TEXT_BACKCMDThis field corresponds to SOFTBTN_TEXT_BACKCMD skin property.
See its comment for further details. |