lt.monarch.image
Class MaskBitmap

java.lang.Object
  extended by lt.monarch.image.MaskBitmap

public final class MaskBitmap
extends java.lang.Object


Constructor Summary
Constructor and Description
MaskBitmap(int w, int h)
           
MaskBitmap(MaskBitmap frame)
           
 
Method Summary
Modifier and Type Method and Description
 int get(int i)
           
 int get(int x, int y)
           
 int getI(int x, int y)
           
 int height()
           
 byte[] pixels()
           
 void set(int i, int w)
           
 void set(int x, int y, int w)
           
 int width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskBitmap

public MaskBitmap(int w,
                  int h)

MaskBitmap

public MaskBitmap(MaskBitmap frame)
Method Detail

width

public int width()

height

public int height()

pixels

public byte[] pixels()

getI

public int getI(int x,
                int y)

get

public int get(int x,
               int y)

get

public int get(int i)

set

public void set(int x,
                int y,
                int w)

set

public void set(int i,
                int w)