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

GaugeSkin

public class GaugeSkin extends Object
GaugeSkin represents the properties and values used to render a Gauge in the javax.microedition.lcdui package.

Fields Summary
public static int
ORIENTATION
This field corresponds to GAUGE_ORIENT skin property. See its comment for further details.
public static int
WIDTH
This field corresponds to GAUGE_WIDTH skin property. See its comment for further details.
public static int
HEIGHT
This field corresponds to GAUGE_HEIGHT skin property. See its comment for further details.
public static int
METER_X
This field corresponds to GAUGE_METER_X skin property. See its comment for further details.
public static int
METER_Y
This field corresponds to GAUGE_METER_Y skin property. See its comment for further details.
public static int
INC_BTN_X
This field corresponds to GAUGE_INC_BTN_X skin property. See its comment for further details.
public static int
INC_BTN_Y
This field corresponds to GAUGE_INC_BTN_Y skin property. See its comment for further details.
public static int
DEC_BTN_X
This field corresponds to GAUGE_DEC_BTN_X skin property. See its comment for further details.
public static int
DEC_BTN_Y
This field corresponds to GAUGE_DEC_BTN_Y skin property. See its comment for further details.
public static int
VALUE_X
This field corresponds to GAUGE_VALUE_X skin property. See its comment for further details.
public static int
VALUE_Y
This field corresponds to GAUGE_VALUE_Y skin property. See its comment for further details.
public static int
VALUE_WIDTH
This field corresponds to GAUGE_VALUE_WIDTH skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_BG
This field corresponds to GAUGE_IMAGE_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_METER_EMPTY
This field corresponds to GAUGE_IMAGE_MTR_EMPTY skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_METER_FULL
This field corresponds to GAUGE_IMAGE_MTR_FULL skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_INC_BTN
This field corresponds to GAUGE_INC_BTN skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_DEC_BTN
This field corresponds to GAUGE_DEC_BTN skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_VALUES
This field corresponds to GAUGE_IMAGE_VALUES skin property. See its comment for further details.
Constructors Summary
private GaugeSkin()

    
Methods Summary