lt.monarch.image
Class MaskBitmap
java.lang.Object
lt.monarch.image.MaskBitmap
public final class MaskBitmap
extends java.lang.Object
Method Summary
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 |
MaskBitmap
public MaskBitmap(int w,
int h)
MaskBitmap
public MaskBitmap(MaskBitmap frame)
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)