javax.microedition.lcdui.game
Class LayerManager

java.lang.Object
  extended by javax.microedition.lcdui.game.LayerManager

public class LayerManager
extends Object


Constructor Summary
LayerManager()
           
 
Method Summary
 void append(Layer l)
           
 Layer getLayerAt(int index)
           
 int getSize()
           
 void insert(Layer l, int index)
           
 void paint(Graphics g, int x, int y)
           
 void remove(Layer l)
           
 void setViewWindow(int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerManager

public LayerManager()
Method Detail

append

public void append(Layer l)

insert

public void insert(Layer l,
                   int index)

getLayerAt

public Layer getLayerAt(int index)

getSize

public int getSize()

remove

public void remove(Layer l)

paint

public void paint(Graphics g,
                  int x,
                  int y)

setViewWindow

public void setViewWindow(int x,
                          int y,
                          int width,
                          int height)


Copyright © 2006-2007 Jayway AB. All Rights Reserved.