Fields Summary |
---|
public static int | WIDTHThe overall width of the screen available for use |
public static int | HEIGHTThe overall height of the screen available for use in
"normal" mode, ie, non-fullscreen |
public static int | TEXT_ORIENTThis field corresponds to SCREEN_TEXT_ORIENT skin property.
See its comment for further details. |
public static int | PAD_FORM_ITEMSThis field corresponds to SCREEN_PAD_FORM_ITEMS skin property.
See its comment for further details. |
public static int | PAD_LABEL_VERTThis field corresponds to SCREEN_PAD_LABEL_VERT skin property.
See its comment for further details. |
public static int | PAD_LABEL_HORIZThis field corresponds to SCREEN_PAD_LABEL_HORIZ skin property.
See its comment for further details. |
public static int | COLOR_BGThis field corresponds to SCREEN_COLOR_BG skin property.
See its comment for further details. |
public static int | COLOR_HS_BGThis field corresponds to SCREEN_COLOR_HS_BG skin property.
See its comment for further details. |
public static int | COLOR_FGThis field corresponds to SCREEN_COLOR_FG skin property.
See its comment for further details. |
public static int | COLOR_BG_HLThis field corresponds to SCREEN_COLOR_BG_HL skin property.
See its comment for further details. |
public static int | COLOR_FG_HLThis field corresponds to SCREEN_COLOR_FG_HL skin property.
See its comment for further details. |
public static int | COLOR_BORDERThis field corresponds to SCREEN_COLOR_BORDER skin property.
See its comment for further details. |
public static int | COLOR_BORDER_HLThis field corresponds to SCREEN_COLOR_BORDER_HL skin property.
See its comment for further details. |
public static int | COLOR_TRAVERSE_INDThis field corresponds to SCREEN_COLOR_TRAVERSE_IND skin property.
See its comment for further details. |
public static int | BORDER_STYLEThis field corresponds to SCREEN_BORDER_STYLE skin property.
See its comment for further details. |
public static int | SCROLL_AMOUNTThis field corresponds to SCREEN_SCROLL_AMOUNT skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_LABELThis field corresponds to SCREEN_FONT_LABEL skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_INPUT_TEXTThis field corresponds to SCREEN_FONT_INPUT_TEXT skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Font | FONT_STATIC_TEXTThis field corresponds to SCREEN_FONT_STATIC_TEXT skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_WASHThis field corresponds to SCREEN_IMAGE_WASH skin property.
See its comment for further details. It may be null if
image hasn't been specified. |
public static javax.microedition.lcdui.Image | IMAGE_BGThis field corresponds to SCREEN_IMAGE_BG skin property.
See its comment for further details. It may be null if
image hasn't been specified. |
public static javax.microedition.lcdui.Image[] | IMAGE_BG_W_TITLEThis field corresponds to SCREEN_IMAGE_BG_W_TITLE 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_BG_WO_TITLEThis field corresponds to SCREEN_IMAGE_BG_WO_TITLE 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_HS_BG_TILEThe Image to use as a tile for the "home" screen background.
This image could be either fullsize, or if smaller than fullsize,
it will be tiled both horizontally and vertically to fill the
entire screen background. |
public static javax.microedition.lcdui.Image[] | IMAGE_HS_BG_W_TITLEThis field corresponds to SCREEN_IMAGE_HS_BG_W_TITLE 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_HS_BG_WO_TITLEThis field corresponds to SCREEN_IMAGE_HS_BG_WO_TITLE 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. |