| java.lang.Object javax.microedition.lcdui.Theme
Theme | class Theme (Code) | | This class defines colors, fonts, and padding values that
together form consistent Look & Feel.
If it is desired to create a Theme of the existing Look by
changing colors or font this is the class that has to be modified.
|
BORDER_DOTTED | final static int BORDER_DOTTED(Code) | | this is for a dotted border
|
BORDER_NONE | final static int BORDER_NONE(Code) | | this is for no border
|
BORDER_SOLID | final static int BORDER_SOLID(Code) | | this is for a solid border
|
CONTENT_HEIGHT | static int CONTENT_HEIGHT(Code) | | Special content height, shared amongst the LCDUI package
|
PREFERRED_IMG_H | final static int PREFERRED_IMG_H(Code) | | The preferred image height for an image as part of an element of
a choice (12 pixels).
|
PREFERRED_IMG_W | final static int PREFERRED_IMG_W(Code) | | The preferred image width for an image as part of an element of
a choice (12 pixels).
|
SCROLLS_HORIZONTAL | final static boolean SCROLLS_HORIZONTAL(Code) | | A boolean declaring whether the viewport is capable of
scrolling horizontally. FALSE by default
|
SCROLLS_VERTICAL | final static boolean SCROLLS_VERTICAL(Code) | | A boolean declaring whether the viewport is capable of
scrolling vertically. TRUE by default
|
curContentFont | static Font curContentFont(Code) | | Special content font, shared amongst the LCDUI package
|
getBorderStyle | static int getBorderStyle(boolean highlighted)(Code) | | |
getColor | static int getColor(int colorSpecifier)(Code) | | |
|
|