Fields Summary |
---|
public static final int | MODE_ARROWSAn value for describing a scroll indicator which
uses arrows in the soft button bar. |
public static final int | MODE_BARAn value for describing a scroll indicator which
uses a vertical bar with a thumb. |
public static int | MODEThis field corresponds to SCROLL_MODE skin property.
See its comment for further details. |
public static int | WIDTHThis field corresponds to SCROLL_WIDTH skin property.
See its comment for further details. |
public static int | COLOR_BGThis field corresponds to SCROLL_COLOR_BG skin property.
See its comment for further details. |
public static int | COLOR_FGThis field corresponds to SCROLL_COLOR_FG skin property.
See its comment for further details. |
public static int | COLOR_UP_ARROWthe arrow fill color when it's released |
public static int | COLOR_DN_ARROWthe arrow fill color when it's pressed |
public static int | COLOR_FRAMEscroll bar frame color |
public static javax.microedition.lcdui.Image[] | IMAGE_BGThis field corresponds to SCROLL_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[] | IMAGE_FGThis field corresponds to SCROLL_IMAGE_FG skin property.
See its comment for further details.
A 'null' value for this array means there is no image foreground
and a solid fill color should be used. |
public static javax.microedition.lcdui.Image | IMAGE_UPThis field corresponds to SCROLL_IMAGE_UP skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_DNThis field corresponds to SCROLL_IMAGE_DN skin property.
See its comment for further details. |
public static int | COLOR_AU_BGThis field corresponds to SCROLL_COLOR_AU_BG skin property.
See its comment for further details. |
public static int | COLOR_AU_FGThis field corresponds to SCROLL_COLOR_AU_FG skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image[] | IMAGE_AU_BGThis field corresponds to SCROLL_IMAGE_AU_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[] | IMAGE_AU_FGThis field corresponds to SCROLL_IMAGE_AU_FG 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 | IMAGE_AU_UPThis field corresponds to SCROLL_IMAGE_AU_UP skin property.
See its comment for further details. |
public static javax.microedition.lcdui.Image | IMAGE_AU_DNThis field corresponds to SCROLL_IMAGE_AU_DN skin property.
See its comment for further details. |