Class GestureDescription.StrokeDescription
- Namespace
- Android.Accessibilityservice
- Assembly
- MASES.Netdroid.dll
public class GestureDescription.StrokeDescription : JVMBridgeBase<GestureDescription.StrokeDescription>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
GestureDescription.StrokeDescription
- Implements
- Extension Methods
Constructors
StrokeDescription(Path, long, long)
public StrokeDescription(Path arg0, long arg1, long arg2)
Parameters
StrokeDescription(Path, long, long, bool)
public StrokeDescription(Path arg0, long arg1, long arg2, bool arg3)
Parameters
StrokeDescription(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 StrokeDescription(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
ContinueStroke(Path, long, long, bool)
public GestureDescription.StrokeDescription ContinueStroke(Path arg0, long arg1, long arg2, bool arg3)
Parameters
Returns
CreatePoolableInstance(Path, long, long)
HPA initializer for StrokeDescription(Android.Graphics.Path arg0, long arg1, long arg2)
public static GestureDescription.StrokeDescription CreatePoolableInstance(Path arg0, long arg1, long arg2)
Parameters
Returns
CreatePoolableInstance(Path, long, long, bool)
HPA initializer for StrokeDescription(Android.Graphics.Path arg0, long arg1, long arg2, bool arg3)
public static GestureDescription.StrokeDescription CreatePoolableInstance(Path arg0, long arg1, long arg2, bool arg3)
Parameters
Returns
GetDuration()
public long GetDuration()
Returns
GetPath()
public Path GetPath()
Returns
GetStartTime()
public long GetStartTime()
Returns
WillContinue()
public bool WillContinue()