KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > game > LayerManager

javax.microedition.lcdui.game
Class LayerManager

java.lang.Object
  |
  +--javax.microedition.lcdui.game.LayerManager
See Also:
paint(Graphics, int, int)

public void append(Layer l)
See Also:
remove(Layer), insert(Layer, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Layer getLayerAt(int index)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void insert(Layer l,
                   int index)
See Also:
remove(Layer), append(Layer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LayerManager()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  int x,
                  int y)
See Also:
setViewWindow(int, int, int, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void remove(Layer l)
See Also:
insert(Layer, int), append(Layer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setViewWindow(int x,
                          int y,
                          int width,
                          int height)
See Also:
paint(javax.microedition.lcdui.Graphics, int, int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags