javax.microedition.lcdui.game
Class LayerManager
java.lang.Object
javax.microedition.lcdui.game.LayerManager
public class LayerManager
- extends java.lang.Object
- Author:
- Andres Navarro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayerManager
public LayerManager()
append
public void append(Layer layer)
getLayerAt
public Layer getLayerAt(int i)
getSize
public int getSize()
insert
public void insert(Layer layer,
int i)
remove
public void remove(Layer layer)
setViewWindow
public void setViewWindow(int x,
int y,
int width,
int height)
paint
public void paint(Graphics g,
int x,
int y)
Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.