Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static float[] spatialSampling(android.gesture.Gesture gesture, int bitmapSize) {
        throw new RuntimeException("Stub!");
    }

    public static float[] spatialSampling(android.gesture.Gesture gesture, int bitmapSize,
            boolean keepAspectRatio) {
        throw new RuntimeException("Stub!");
    }
}