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

InputModeSkin

public class InputModeSkin extends Object
A skin containing images and parameters related to the Input Mode indicator.

Fields Summary
public static int
MARGIN
This field corresponds to INPUT_MODE_MARGIN skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to INPUT_MODE_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to INPUT_MODE_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_BDR
This field corresponds to INPUT_MODE_COLOR_BDR skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to INPUT_MODE_FONT skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to INPUT_MODE_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.
Constructors Summary
private InputModeSkin()
private constructor

    
Methods Summary