jjil.android
Class RgbImageAndroid

java.lang.Object
  extended by jjil.android.RgbImageAndroid

public class RgbImageAndroid
extends java.lang.Object


Constructor Summary
RgbImageAndroid()
           
 
Method Summary
static android.graphics.Bitmap toBitmap(RgbImage rgb)
           
static void toDisplay(android.content.Context context, RgbImage rgb)
           
static void toFile(android.content.Context context, RgbImage rgb, int nQuality, java.lang.String szPath)
           
static RgbImage toRgbImage(android.graphics.Bitmap bmp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RgbImageAndroid

public RgbImageAndroid()
Method Detail

toRgbImage

public static RgbImage toRgbImage(android.graphics.Bitmap bmp)

toBitmap

public static android.graphics.Bitmap toBitmap(RgbImage rgb)

toDisplay

public static void toDisplay(android.content.Context context,
                             RgbImage rgb)

toFile

public static void toFile(android.content.Context context,
                          RgbImage rgb,
                          int nQuality,
                          java.lang.String szPath)
                   throws java.io.IOException
Throws:
java.io.IOException