| java.lang.Object javax.microedition.lcdui.Item javax.microedition.lcdui.CustomItem com.sun.mmedia.MMCustomItem
MMCustomItem | abstract public class MMCustomItem extends CustomItem (Code) | | CustomItem, which supports full screen
(as an off-screen canvas, replacing current Displayable)...
|
Inner Class :class FullScreenCanvas extends Canvas | |
toNormal | public void toNormal()(Code) | | |
Methods inherited from javax.microedition.lcdui.CustomItem | public int getGameAction(int keyCode)(Code)(Java Doc) final protected int getInteractionModes()(Code)(Java Doc) abstract protected int getMinContentHeight()(Code)(Java Doc) abstract protected int getMinContentWidth()(Code)(Java Doc) abstract protected int getPrefContentHeight(int width)(Code)(Java Doc) abstract protected int getPrefContentWidth(int height)(Code)(Java Doc) protected void hideNotify()(Code)(Java Doc) final protected void invalidate()(Code)(Java Doc) protected void keyPressed(int keyCode)(Code)(Java Doc) protected void keyReleased(int keyCode)(Code)(Java Doc) protected void keyRepeated(int keyCode)(Code)(Java Doc) abstract protected void paint(Graphics g, int w, int h)(Code)(Java Doc) protected void pointerDragged(int x, int y)(Code)(Java Doc) protected void pointerPressed(int x, int y)(Code)(Java Doc) protected void pointerReleased(int x, int y)(Code)(Java Doc) final protected void repaint()(Code)(Java Doc) final protected void repaint(int x, int y, int w, int h)(Code)(Java Doc) protected void showNotify()(Code)(Java Doc) protected void sizeChanged(int w, int h)(Code)(Java Doc) protected boolean traverse(int dir, int viewportWidth, int viewportHeight, int visRect_inout)(Code)(Java Doc) protected void traverseOut()(Code)(Java Doc)
|
|
|