Package | org.wiiflash |
Class | public final class IR |
ir
property of a Wiimote object.
See also
Property | Defined by | ||
---|---|---|---|
p1 : Boolean [read-only]
Flag that indicates if point 1 has been found.
| IR | ||
p2 : Boolean [read-only]
Flag that indicates if point 2 has been found.
| IR | ||
p3 : Boolean [read-only]
Flag that indicates if point 3 has been found.
| IR | ||
p4 : Boolean [read-only]
Flag that indicates if point 4 has been found.
| IR | ||
point1 : Point [read-only]
Point 1 as a Point object.
| IR | ||
point2 : Point [read-only]
Point 2 as a Point object.
| IR | ||
point3 : Point [read-only]
Point 3 as a Point object.
| IR | ||
point4 : Point [read-only]
Point 4 as a Point object.
| IR | ||
size1 : Number [read-only]
The value of dot size 1.
| IR | ||
size2 : Number [read-only]
The value of dot size 2.
| IR | ||
size3 : Number [read-only]
The value of dot size 3.
| IR | ||
size4 : Number [read-only]
The value of dot size 4.
| IR | ||
x1 : Number [read-only]
The x value of point 1.
| IR | ||
x2 : Number [read-only]
The x value of point 2.
| IR | ||
x3 : Number [read-only]
The x value of point 3.
| IR | ||
x4 : Number [read-only]
The x value of point 4.
| IR | ||
y1 : Number [read-only]
The y value of point 1.
| IR | ||
y2 : Number [read-only]
The y value of point 2.
| IR | ||
y3 : Number [read-only]
The y value of point 3.
| IR | ||
y4 : Number [read-only]
The y value of point 4.
| IR |
Method | Defined by | ||
---|---|---|---|
toString():String
Returns the string representation of the specified object.
| IR |
p1 | property |
p1:Boolean
[read-only]Flag that indicates if point 1 has been found.
Implementation public function get p1():Boolean
p2 | property |
p2:Boolean
[read-only]Flag that indicates if point 2 has been found.
Implementation public function get p2():Boolean
p3 | property |
p3:Boolean
[read-only]Flag that indicates if point 3 has been found.
Implementation public function get p3():Boolean
p4 | property |
p4:Boolean
[read-only]Flag that indicates if point 4 has been found.
Implementation public function get p4():Boolean
point1 | property |
point1:Point
[read-only]Point 1 as a Point object.
Implementation public function get point1():Point
point2 | property |
point2:Point
[read-only]Point 2 as a Point object.
Implementation public function get point2():Point
point3 | property |
point3:Point
[read-only]Point 3 as a Point object.
Implementation public function get point3():Point
point4 | property |
point4:Point
[read-only]Point 4 as a Point object.
Implementation public function get point4():Point
size1 | property |
size1:Number
[read-only]The value of dot size 1.
Implementation public function get size1():Number
size2 | property |
size2:Number
[read-only]The value of dot size 2.
Implementation public function get size2():Number
size3 | property |
size3:Number
[read-only]The value of dot size 3.
Implementation public function get size3():Number
size4 | property |
size4:Number
[read-only]The value of dot size 4.
Implementation public function get size4():Number
x1 | property |
x1:Number
[read-only]The x value of point 1.
Implementation public function get x1():Number
x2 | property |
x2:Number
[read-only]The x value of point 2.
Implementation public function get x2():Number
x3 | property |
x3:Number
[read-only]The x value of point 3.
Implementation public function get x3():Number
x4 | property |
x4:Number
[read-only]The x value of point 4.
Implementation public function get x4():Number
y1 | property |
y1:Number
[read-only]The y value of point 1.
Implementation public function get y1():Number
y2 | property |
y2:Number
[read-only]The y value of point 2.
Implementation public function get y2():Number
y3 | property |
y3:Number
[read-only]The y value of point 3.
Implementation public function get y3():Number
y4 | property |
y4:Number
[read-only]The y value of point 4.
Implementation public function get y4():Number
toString | () | method |
public function toString():String
Returns the string representation of the specified object.
ReturnsString — A string representation of the object.
|