Table of Contents

Class GestureStore

Namespace
Android.Gesture
Assembly
MASES.Netdroid.dll
public class GestureStore : JVMBridgeBase<GestureStore>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
GestureStore
Implements
Extension Methods

Constructors

GestureStore()

public GestureStore()

GestureStore(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GestureStore(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

ORIENTATION_INVARIANT

public static int ORIENTATION_INVARIANT { get; set; }

Property Value

int

ORIENTATION_SENSITIVE

public static int ORIENTATION_SENSITIVE { get; set; }

Property Value

int

SEQUENCE_INVARIANT

public static int SEQUENCE_INVARIANT { get; set; }

Property Value

int

SEQUENCE_SENSITIVE

public static int SEQUENCE_SENSITIVE { get; set; }

Property Value

int

Methods

AddGesture(String, Gesture)

public void AddGesture(String arg0, Gesture arg1)

Parameters

arg0 String

String

arg1 Gesture

Gesture

CreatePoolableInstance()

HPA initializer for GestureStore()

public static GestureStore CreatePoolableInstance()

Returns

GestureStore

GetGestureEntries()

public Set<String> GetGestureEntries()

Returns

Set<String>

Set

GetGestures(String)

public ArrayList<Gesture> GetGestures(String arg0)

Parameters

arg0 String

String

Returns

ArrayList<Gesture>

ArrayList

GetOrientationStyle()

public int GetOrientationStyle()

Returns

int

int

GetSequenceType()

public int GetSequenceType()

Returns

int

int

HasChanged()

public bool HasChanged()

Returns

bool

bool

Load(InputStream)

public void Load(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

IOException

Load(InputStream, bool)

public void Load(InputStream arg0, bool arg1)

Parameters

arg0 InputStream

InputStream

arg1 bool

bool

Exceptions

IOException

Recognize(Gesture)

public ArrayList<Prediction> Recognize(Gesture arg0)

Parameters

arg0 Gesture

Gesture

Returns

ArrayList<Prediction>

ArrayList

RemoveEntry(String)

public void RemoveEntry(String arg0)

Parameters

arg0 String

String

RemoveGesture(String, Gesture)

public void RemoveGesture(String arg0, Gesture arg1)

Parameters

arg0 String

String

arg1 Gesture

Gesture

Save(OutputStream)

public void Save(OutputStream arg0)

Parameters

arg0 OutputStream

OutputStream

Exceptions

IOException

Save(OutputStream, bool)

public void Save(OutputStream arg0, bool arg1)

Parameters

arg0 OutputStream

OutputStream

arg1 bool

bool

Exceptions

IOException

SetOrientationStyle(int)

public void SetOrientationStyle(int arg0)

Parameters

arg0 int

int

SetSequenceType(int)

public void SetSequenceType(int arg0)

Parameters

arg0 int

int