lt.monarch.image
Class BitmapOperations
java.lang.Object
lt.monarch.image.BitmapOperations
public class BitmapOperations
extends java.lang.Object
Method Summary
static RGBBitmap |
blur(RGBBitmap frame,
int blurDepth,
int border)
|
static void |
copy(RGBBitmap to,
int toX,
int toY,
RGBBitmap from,
int x,
int y,
int w,
int h)
|
static void |
copy(RGBBitmap to,
RGBBitmap from)
|
static void |
fill(RGBBitmap frame,
int v)
|
static void |
fill(RGBBitmap frame,
int x,
int y,
int w,
int h,
int v)
|
static void |
overlay(RGBBitmap frame1,
int fx,
int fy,
RGBBitmap frame2,
int dx,
int dy,
int dw,
int dh)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitmapOperations
public BitmapOperations()
copy
public static void copy(RGBBitmap to,
RGBBitmap from)
copy
public static void copy(RGBBitmap to,
int toX,
int toY,
RGBBitmap from,
int x,
int y,
int w,
int h)
fill
public static void fill(RGBBitmap frame,
int v)
fill
public static void fill(RGBBitmap frame,
int x,
int y,
int w,
int h,
int v)
blur
public static RGBBitmap blur(RGBBitmap frame,
int blurDepth,
int border)
overlay
public static void overlay(RGBBitmap frame1,
int fx,
int fy,
RGBBitmap frame2,
int dx,
int dy,
int dw,
int dh)