Uses of Class
motej.IrPoint

Packages that use IrPoint
motej   
motej.event   
motejx.adapters   
 

Uses of IrPoint in motej
 

Methods in motej with parameters of type IrPoint
protected  void Mote.fireIrCameraEvent(IrCameraMode mode, IrPoint p0, IrPoint p1, IrPoint p2, IrPoint p3)
           
 

Constructors in motej with parameters of type IrPoint
IrPoint(IrPoint p)
           
 

Uses of IrPoint in motej.event
 

Methods in motej.event that return IrPoint
 IrPoint IrCameraEvent.getIrPoint(int slot)
           
 

Constructors in motej.event with parameters of type IrPoint
IrCameraEvent(Mote source, IrCameraMode mode, IrPoint p0, IrPoint p1, IrPoint p2, IrPoint p3)
           
 

Uses of IrPoint in motejx.adapters
 

Methods in motejx.adapters with parameters of type IrPoint
abstract  void StatefulIrCameraAdapter.pointAppeared(int slot, IrPoint p)
          Implement this method to get notified when an infrared point appears in the camera's view.
abstract  void StatefulIrCameraAdapter.pointChanged(int slot, IrPoint p)
          Implement this method to get notified when an infrared point moves in the camera's view.
abstract  void StatefulIrCameraAdapter.pointDisappeared(int slot, IrPoint p)
          Implement this method to get notified when an infrared point disappears from the camera's view.