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

UpdateBarSkin

public class UpdateBarSkin extends Object

Fields Summary
public static int
WIDTH
This field corresponds to UPDATEBAR_WIDTH skin property. See its comment for further details.
public static int
HEIGHT
This field corresponds to UPDATEBAR_HEIGHT skin property. See its comment for further details.
public static int
NUM_FRAMES
This field corresponds to UPDATEBAR_NUM_FRAMES skin property. See its comment for further details.
public static int
FRAME_X
This field corresponds to UPDATEBAR_FRAME_X skin property. See its comment for further details.
public static int
FRAME_Y
This field corresponds to UPDATEBAR_FRAME_Y skin property. See its comment for further details.
public static int[]
FRAME_SEQUENCE
This field corresponds to UPDATEBAR_FRAME_SEQU skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_BG
This field corresponds to UPDATEBAR_IMAGE_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_FRAME
This field corresponds to UPDATEBAR_IMAGE_FRAME skin property. See its comment for further details.
Constructors Summary
private UpdateBarSkin()

    
Methods Summary