java.lang.Object
|
+--javax.microedition.lcdui.Display
- See Also:
- Top Examples, Source Code,
hideNotify()
, showNotify()
, isShown()
, Alert
, getCurrent()
, setCurrent()
, getDisplay()
, MIDlet
public static final int ALERT
- See Also:
getBestImageHeight(int imageType)
, getBestImageWidth(int imageType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void callSerially(Runnable r)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
callSerially(javax.microedition.lcdui.Runnable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1953]how to use callSerially repaint some area
By deliang { dot } xu { at } gmail { dot } com on 2008/02/15 08:23:27 Rate
how to use callSerially repaint some area
public static final int CHOICE_GROUP_ELEMENT
- See Also:
getBestImageHeight(int imageType)
, getBestImageWidth(int imageType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COLOR_BACKGROUND
- See Also:
getColor(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COLOR_BORDER
- See Also:
getColor(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COLOR_FOREGROUND
- See Also:
getColor(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COLOR_HIGHLIGHTED_BACKGROUND
- See Also:
getColor(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COLOR_HIGHLIGHTED_BORDER
- See Also:
getColor(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int COLOR_HIGHLIGHTED_FOREGROUND
- See Also:
getColor(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean flashBacklight(int duration)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getBestImageHeight(int imageType)
- See Also:
ALERT
, CHOICE_GROUP_ELEMENT
, LIST_ELEMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getBestImageWidth(int imageType)
- See Also:
ALERT
, CHOICE_GROUP_ELEMENT
, LIST_ELEMENT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getBorderStyle(boolean highlighted)
- See Also:
Graphics.SOLID
, Graphics.DOTTED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getColor(int colorSpecifier)
- See Also:
COLOR_HIGHLIGHTED_BORDER
, COLOR_BORDER
, COLOR_HIGHLIGHTED_FOREGROUND
, COLOR_HIGHLIGHTED_BACKGROUND
, COLOR_FOREGROUND
, COLOR_BACKGROUND
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Displayable getCurrent()
- See Also:
setCurrent(javax.microedition.lcdui.Displayable)
, Displayable.isShown()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Display getDisplay(MIDlet m)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isColor()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int LIST_ELEMENT
- See Also:
getBestImageHeight(int imageType)
, getBestImageWidth(int imageType)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int numAlphaLevels()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int numColors()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCurrent(Alert alert,
Displayable nextDisplayable)
- See Also:
getCurrent()
, setCurrent(Displayable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCurrent(Displayable nextDisplayable)
- See Also:
getCurrent()
, setCurrent(Alert,
Displayable)
, Alert
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCurrentItem(Item item)
- See Also:
- IllegalStateException,
setCurrent(Displayable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean vibrate(int duration)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples