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

TitleSkin

public class TitleSkin extends Object
A skin containing images and parameters for the title bar.

Fields Summary
public static int
HEIGHT
This field corresponds to TITLE_HEIGHT skin property. See its comment for further details.
public static int
MARGIN
This field corresponds to TITLE_MARGIN skin property. See its comment for further details.
public static int
TEXT_ALIGN_X
This field corresponds to TITLE_TEXT_ALIGN_X skin property. See its comment for further details.
public static int
TEXT_SHD_ALIGN
This field corresponds to TITLE_TEXT_SHD_ALIGN skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to TITLE_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_FG_SHD
This field corresponds to TITLE_COLOR_FG_SHD skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to TITLE_COLOR_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to TITLE_FONT skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to TITLE_IMAGE_BG skin property. See its comment for further details. A 'null' value for this array means there is no image background and either the tile image, or a solid fill color should be used.
Constructors Summary
private TitleSkin()

    
Methods Summary