lt.monarch.image
Class MaskOperations

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

public class MaskOperations
extends java.lang.Object


Constructor Summary
Constructor and Description
MaskOperations()
           
 
Method Summary
Modifier and Type Method and Description
static MaskBitmap blur(MaskBitmap frame, int blurDepth, int border)
           
static void copy(MaskBitmap to, int toX, int toY, MaskBitmap from, int x, int y, int w, int h)
           
static void copy(MaskBitmap to, MaskBitmap from)
           
static void fill(MaskBitmap frame, int v)
           
static void fill(MaskBitmap frame, int x, int y, int w, int h, int v)
           
static RGBBitmap join(MaskBitmap r, MaskBitmap g, MaskBitmap b)
           
static RGBBitmap join(MaskBitmap a, MaskBitmap r, MaskBitmap g, MaskBitmap b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskOperations

public MaskOperations()
Method Detail

copy

public static void copy(MaskBitmap to,
                        MaskBitmap from)

copy

public static void copy(MaskBitmap to,
                        int toX,
                        int toY,
                        MaskBitmap from,
                        int x,
                        int y,
                        int w,
                        int h)

fill

public static void fill(MaskBitmap frame,
                        int v)

fill

public static void fill(MaskBitmap frame,
                        int x,
                        int y,
                        int w,
                        int h,
                        int v)

join

public static RGBBitmap join(MaskBitmap a,
                             MaskBitmap r,
                             MaskBitmap g,
                             MaskBitmap b)

join

public static RGBBitmap join(MaskBitmap r,
                             MaskBitmap g,
                             MaskBitmap b)

blur

public static MaskBitmap blur(MaskBitmap frame,
                              int blurDepth,
                              int border)