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

TickerSkin

public class TickerSkin extends Object
A skin containing images and parameters related to the ticker bar.

Fields Summary
public static int
HEIGHT
This field corresponds to TICKER_HEIGHT skin property. See its comment for further details.
public static int
ALIGN
This field corresponds to TICKER_ALIGN skin property. See its comment for further details.
public static int
DIRECTION
This field corresponds to TICKER_DIRECTION skin property. See its comment for further details.
public static int
RATE
This field corresponds to TICKER_RATE skin property. See its comment for further details.
public static int
SPEED
This field corresponds to TICKER_SPEED skin property. See its comment for further details.
public static int
TEXT_ANCHOR_Y
This field corresponds to TICKER_TEXT_ANCHOR_Y skin property. See its comment for further details.
public static int
TEXT_SHD_ALIGN
This field corresponds to TICKER_TEXT_SHD_ALIGN skin property. See its comment for further details.
public static int
COLOR_BG
This field corresponds to TICKER_COLOR_BG skin property. See its comment for further details.
public static int
COLOR_FG
This field corresponds to TICKER_COLOR_FG skin property. See its comment for further details.
public static int
COLOR_FG_SHD
This field corresponds to TICKER_COLOR_FG_SHD skin property. See its comment for further details.
public static javax.microedition.lcdui.Font
FONT
This field corresponds to TICKER_FONT skin property. See its comment for further details.
public static javax.microedition.lcdui.Image[]
IMAGE_BG
This field corresponds to TICKER_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_AU_BG
This field corresponds to TICKER_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.
Constructors Summary
private TickerSkin()

    
Methods Summary