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

ScreenSkin

public class ScreenSkin extends Object
A skin containing values for standard "screen" type stuff, such as width and height, standard background, etc.

Fields Summary
public static int
WIDTH
The overall width of the screen available for use
public static int
HEIGHT
The overall height of the screen available for use in "normal" mode, ie, non-fullscreen
public static int
TEXT_ORIENT
This field corresponds to SCREEN_TEXT_ORIENT skin property. See its comment for further details.
public static int
PAD_FORM_ITEMS
This field corresponds to SCREEN_PAD_FORM_ITEMS skin property. See its comment for further details.
public static int
PAD_LABEL_VERT
This field corresponds to SCREEN_PAD_LABEL_VERT skin property. See its comment for further details.
public static int
PAD_LABEL_HORIZ
This field corresponds to SCREEN_PAD_LABEL_HORIZ skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to SCREEN_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_HS_BG
This field corresponds to SCREEN_COLOR_HS_BG skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to SCREEN_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_BG_HL
This field corresponds to SCREEN_COLOR_BG_HL skin property. See its comment for further details.
public static int
COLOR_FG_HL
This field corresponds to SCREEN_COLOR_FG_HL skin property. See its comment for further details.
public static int
COLOR_BORDER
This field corresponds to SCREEN_COLOR_BORDER skin property. See its comment for further details.
public static int
COLOR_BORDER_HL
This field corresponds to SCREEN_COLOR_BORDER_HL skin property. See its comment for further details.
public static int
COLOR_TRAVERSE_IND
This field corresponds to SCREEN_COLOR_TRAVERSE_IND skin property. See its comment for further details.
public static int
BORDER_STYLE
This field corresponds to SCREEN_BORDER_STYLE skin property. See its comment for further details.
public static int
SCROLL_AMOUNT
This field corresponds to SCREEN_SCROLL_AMOUNT skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT_LABEL
This field corresponds to SCREEN_FONT_LABEL skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT_INPUT_TEXT
This field corresponds to SCREEN_FONT_INPUT_TEXT skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT_STATIC_TEXT
This field corresponds to SCREEN_FONT_STATIC_TEXT skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_WASH
This 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_BG
This 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_TITLE
This 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_TITLE
This 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_TILE
The 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_TITLE
This 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_TITLE
This 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.
Constructors Summary
private ScreenSkin()

    
Methods Summary