Class Lax
[Register("io/scanbot/sdk/ui/lax", DoNotGenerateAcw = true)]
public sealed class Lax : Object, IRunnable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Lax
- Implements
- Inherited Members
Constructors
Lax(PolygonView)
[Register(".ctor", "(Lio/scanbot/sdk/ui/PolygonView;)V", "")]
public Lax(PolygonView p0)
Parameters
p0PolygonView
Properties
Lao
[Register("lao")]
public PolygonView Lao { get; set; }
Property Value
Methods
Run()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
[Register("run", "()V", "")]
public void Run()
Remarks
<p>When an object implementing interface <code>Runnable</code> is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
The general contract of the method run is that it may
take any action whatsoever.
.
java.lang.Runnable.run()
Portions of this page are modifications based on work created and shared by the