lt.monarch.image
Class BitmapOperations

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

public class BitmapOperations
extends java.lang.Object


Constructor Summary
Constructor and Description
BitmapOperations()
           
 
Method Summary
Modifier and Type Method and Description
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
 

Constructor Detail

BitmapOperations

public BitmapOperations()
Method Detail

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)