android.gesture
Class GestureLibraries

java.lang.Object
  extended by android.gesture.GestureLibraries

public final class GestureLibraries
extends Object


Method Summary
static GestureLibrary fromFile(File path)
           
static GestureLibrary fromFile(String path)
           
static GestureLibrary fromPrivateFile(Context context, String name)
           
static GestureLibrary fromRawResource(Context context, int resourceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromFile

public static GestureLibrary fromFile(String path)

fromFile

public static GestureLibrary fromFile(File path)

fromPrivateFile

public static GestureLibrary fromPrivateFile(Context context,
                                             String name)

fromRawResource

public static GestureLibrary fromRawResource(Context context,
                                             int resourceId)


Copyright © 2008-2012. All Rights Reserved.