Fields Summary |
---|
static Font | curContentFontSpecial content font, shared amongst the LCDUI package |
static int | CONTENT_HEIGHTSpecial content height, shared amongst the LCDUI package |
static final int | BORDER_NONEthis is for no border |
static final int | BORDER_SOLIDthis is for a solid border |
static final int | BORDER_DOTTEDthis is for a dotted border |
static final boolean | SCROLLS_HORIZONTALA boolean declaring whether the viewport is capable of
scrolling horizontally. FALSE by default |
static final boolean | SCROLLS_VERTICALA boolean declaring whether the viewport is capable of
scrolling vertically. TRUE by default |
static final int | PREFERRED_IMG_WThe preferred image width for an image as part of an element of
a choice (12 pixels). |
static final int | PREFERRED_IMG_HThe preferred image height for an image as part of an element of
a choice (12 pixels). |