-
- All Implemented Interfaces:
-
java.lang.Runnable
public class ImageSaver2 implements Runnable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumImageSaver2.SaveErrorType of error that occurred during save
public interfaceImageSaver2.OnImageSavedCallback
-
Constructor Summary
Constructors Constructor Description ImageSaver2(Bitmap image, int width, int height, int jpegQuality, IImageCapture.OutputFileOptions outputFileOptions, ImageSaver2.OnImageSavedCallback callback)
-
Method Summary
Modifier and Type Method Description voidrun()-
-
Constructor Detail
-
ImageSaver2
ImageSaver2(Bitmap image, int width, int height, int jpegQuality, IImageCapture.OutputFileOptions outputFileOptions, ImageSaver2.OnImageSavedCallback callback)
-
-
Method Detail
-
run
void run()
-
-
-
-