Table of Contents

Class GestureDescription.StrokeDescription

Namespace
Android.Accessibilityservice
Assembly
MASES.Netdroid.dll
public class GestureDescription.StrokeDescription : JVMBridgeBase<GestureDescription.StrokeDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
GestureDescription.StrokeDescription
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<GestureDescription.StrokeDescription>.IsAssignableFrom(IJavaType)
JVMBridgeBase<GestureDescription.StrokeDescription>.IsAssignableFrom<T>()
JVMBridgeBase<GestureDescription.StrokeDescription>.Execute<T>(params T[])
JVMBridgeBase<GestureDescription.StrokeDescription>.DynBridgeClazz
JVMBridgeBase<GestureDescription.StrokeDescription>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

StrokeDescription()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StrokeDescription()

StrokeDescription(Path, long, long)

public StrokeDescription(Path arg0, long arg1, long arg2)

Parameters

arg0 Path

Path

arg1 long

long

arg2 long

long

StrokeDescription(Path, long, long, bool)

public StrokeDescription(Path arg0, long arg1, long arg2, bool arg3)

Parameters

arg0 Path

Path

arg1 long

long

arg2 long

long

arg3 bool

bool

StrokeDescription(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public StrokeDescription(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ContinueStroke(Path, long, long, bool)

public GestureDescription.StrokeDescription ContinueStroke(Path arg0, long arg1, long arg2, bool arg3)

Parameters

arg0 Path

Path

arg1 long

long

arg2 long

long

arg3 bool

bool

Returns

GestureDescription.StrokeDescription

GestureDescription.StrokeDescription

GetDuration()

public long GetDuration()

Returns

long

long

GetPath()

public Path GetPath()

Returns

Path

Path

GetStartTime()

public long GetStartTime()

Returns

long

long

WillContinue()

public bool WillContinue()

Returns

bool

bool