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

ProgressBarSkin

public class ProgressBarSkin extends Object

Fields Summary
public static int
ORIENTATION
This field corresponds to PBAR_ORIENT skin property. See its comment for further details.
public static int
WIDTH
This field corresponds to PBAR_WIDTH skin property. See its comment for further details.
public static int
HEIGHT
This field corresponds to PBAR_HEIGHT skin property. See its comment for further details.
public static int
METER_X
This field corresponds to PBAR_METER_X skin property. See its comment for further details.
public static int
METER_Y
This field corresponds to PBAR_METER_Y skin property. See its comment for further details.
public static int
VALUE_X
This field corresponds to PBAR_VALUE_X skin property. See its comment for further details.
public static int
VALUE_Y
This field corresponds to PBAR_VALUE_Y skin property. See its comment for further details.
public static int
VALUE_WIDTH
This field corresponds to PBAR_VALUE_WIDTH skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_BG
This field corresponds to PBAR_IMAGE_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_METER_EMPTY
This field corresponds to PBAR_IMAGE_MTR_EMPTY skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_METER_FULL
This field corresponds to PBAR_IMAGE_MTR_FULL skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_VALUES
This field corresponds to PBAR_IMAGE_VALUES skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_PERCENTS
This field corresponds to PBAR_IMAGE_PERCENTS skin property. See its comment for further details.
Constructors Summary
private ProgressBarSkin()

    
Methods Summary