Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static android.graphics.Bitmap extractThumbnail(android.graphics.Bitmap source, int width, int height) {
        throw new RuntimeException("Stub!");
    }

    public static android.graphics.Bitmap extractThumbnail(android.graphics.Bitmap source, int width, int height,
            int options) {
        throw new RuntimeException("Stub!");
    }
}