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

BusyCursorSkin

public class BusyCursorSkin extends Object

Fields Summary
public static int
WIDTH
This field corresponds to BUSYCRSR_WIDTH skin property. See its comment for further details.
public static int
HEIGHT
This field corresponds to BUSYCRSR_HEIGHT skin property. See its comment for further details.
public static int
NUM_FRAMES
This field corresponds to BUSYCRSR_NUM_FRAMES skin property. See its comment for further details.
public static int
FRAME_X
This field corresponds to BUSYCRSR_FRAME_X skin property. See its comment for further details.
public static int
FRAME_Y
This field corresponds to BUSYCRSR_FRAME_Y skin property. See its comment for further details.
public static int[]
FRAME_SEQUENCE
This field corresponds to BUSYCRSR_FRAME_SEQU skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_BG
This field corresponds to BUSYCRSR_IMAGE_BG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_FRAME
This field corresponds to BUSYCRSR_IMAGE_FRAME skin property. See its comment for further details.
Constructors Summary
private BusyCursorSkin()

    
Methods Summary