All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fft.ImageUtils

java.lang.Object
   |
   +----fft.ImageUtils

public class ImageUtils
extends java.lang.Object

Constructor Index

 o ImageUtils()

Method Index

 o ARGBtoInt(short, short, short, short)
 o ARGBtoInt(short[], double[], double[], double[])
 o ARGBtoInt(short[], float[], float[], float[])
 o ARGBtoInt(short[], short[], short[], short[])
 o getAlpha(int)
 o getAlpha(int[])
 o getBlue(int)
 o getBlue(int[])
 o getGreen(int)
 o getGreen(int[])
 o getRed(int)
 o getRed(int[])

Constructors

 o ImageUtils
 public ImageUtils()

Methods

 o ARGBtoInt
 public int ARGBtoInt(short alpha,
                      short red,
                      short green,
                      short blue)
 o ARGBtoInt
 public static int[] ARGBtoInt(short alpha[],
                               short red[],
                               short green[],
                               short blue[])
 o ARGBtoInt
 public static int[] ARGBtoInt(short alpha[],
                               float red[],
                               float green[],
                               float blue[])
 o ARGBtoInt
 public static int[] ARGBtoInt(short alpha[],
                               double red[],
                               double green[],
                               double blue[])
 o getAlpha
 public static short getAlpha(int argb)
 o getRed
 public static short getRed(int argb)
 o getGreen
 public static short getGreen(int argb)
 o getBlue
 public static short getBlue(int argb)
 o getRed
 public static short[] getRed(int argb[])
 o getGreen
 public static short[] getGreen(int argb[])
 o getBlue
 public static short[] getBlue(int argb[])
 o getAlpha
 public static short[] getAlpha(int argb[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index