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

PTISkin

public class PTISkin extends Object
A skin containing images and parameters related to the PTI bar.

Fields Summary
public static int
HEIGHT
This field corresponds to PTI_HEIGHT skin property. See its comment for further details.
public static int
WIDTH
This field corresponds to PTI_WIDTH skin property. See its comment for further details.
public static int
MARGIN
This field corresponds to PTI_MARGIN skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to PTI_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to PTI_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_FG_HL
This field corresponds to PTI_COLOR_FG_HL skin property. See its comment for further details.
public static int
COLOR_BG_HL
This field corresponds to PTI_COLOR_BG_HL skin property. See its comment for further details.
public static int
COLOR_BDR
This field corresponds to PTI_COLOR_BDR skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to PTI_FONT skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to PTI_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
LEFT_ARROW
This field corresponds to PTI_LEFT_ARROW skin property. See its comment for further details. A 'null' value for this parameter means there is no image for left indicator and it should not be used.
public static javax.microedition.lcdui.Image
RIGHT_ARROW
This field corresponds to PTI_RIGHT_ARROW skin property. See its comment for further details. A 'null' value for this parameter means there is no image for right indicator and it should not be used.
Constructors Summary
private PTISkin()
private constructor

    
Methods Summary