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

ScrollIndSkin

public class ScrollIndSkin extends Object
ScrollIndSkin represents the properties and values used to render a ScrollIndLayer in the com.sun.microedition.chameleon.layers package.

Fields Summary
public static final int
MODE_ARROWS
An value for describing a scroll indicator which uses arrows in the soft button bar.
public static final int
MODE_BAR
An value for describing a scroll indicator which uses a vertical bar with a thumb.
public static int
MODE
This field corresponds to SCROLL_MODE skin property. See its comment for further details.
public static int
WIDTH
This field corresponds to SCROLL_WIDTH skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to SCROLL_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to SCROLL_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_UP_ARROW
the arrow fill color when it's released
public static int
COLOR_DN_ARROW
the arrow fill color when it's pressed
public static int
COLOR_FRAME
scroll bar frame color
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This 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_FG
This 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_UP
This field corresponds to SCROLL_IMAGE_UP skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_DN
This field corresponds to SCROLL_IMAGE_DN skin property. See its comment for further details.
public static int
COLOR_AU_BG
This field corresponds to SCROLL_COLOR_AU_BG skin property. See its comment for further details.
public static int
COLOR_AU_FG
This field corresponds to SCROLL_COLOR_AU_FG skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_AU_BG
This 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_FG
This 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_UP
This field corresponds to SCROLL_IMAGE_AU_UP skin property. See its comment for further details.
public static javax.microedition.lcdui.Image
IMAGE_AU_DN
This field corresponds to SCROLL_IMAGE_AU_DN skin property. See its comment for further details.
Constructors Summary
private ScrollIndSkin()


    // private constructor
      
    
Methods Summary