All Packages Class Hierarchy This Package Previous Next Index
Class fft.ImageUtils
java.lang.Object
|
+----fft.ImageUtils
- public class ImageUtils
- extends java.lang.Object
-
ImageUtils()
-
-
ARGBtoInt(short, short, short, short)
-
-
ARGBtoInt(short[], double[], double[], double[])
-
-
ARGBtoInt(short[], float[], float[], float[])
-
-
ARGBtoInt(short[], short[], short[], short[])
-
-
getAlpha(int)
-
-
getAlpha(int[])
-
-
getBlue(int)
-
-
getBlue(int[])
-
-
getGreen(int)
-
-
getGreen(int[])
-
-
getRed(int)
-
-
getRed(int[])
-
ImageUtils
public ImageUtils()
ARGBtoInt
public int ARGBtoInt(short alpha,
short red,
short green,
short blue)
ARGBtoInt
public static int[] ARGBtoInt(short alpha[],
short red[],
short green[],
short blue[])
ARGBtoInt
public static int[] ARGBtoInt(short alpha[],
float red[],
float green[],
float blue[])
ARGBtoInt
public static int[] ARGBtoInt(short alpha[],
double red[],
double green[],
double blue[])
getAlpha
public static short getAlpha(int argb)
getRed
public static short getRed(int argb)
getGreen
public static short getGreen(int argb)
getBlue
public static short getBlue(int argb)
getRed
public static short[] getRed(int argb[])
getGreen
public static short[] getGreen(int argb[])
getBlue
public static short[] getBlue(int argb[])
getAlpha
public static short[] getAlpha(int argb[])
All Packages Class Hierarchy This Package Previous Next Index