Uses of Class
hmi.sensors.eyebox2.directaccess.Position

Packages that use Position
hmi.sensors.eyebox2.directaccess   
 

Uses of Position in hmi.sensors.eyebox2.directaccess
 

Fields in hmi.sensors.eyebox2.directaccess declared as Position
private  Position Face.position
           
private  Position EyePair.position
           
 

Methods in hmi.sensors.eyebox2.directaccess that return Position
 Position Face.getPosition()
           
 Position EyePair.getPosition()
           
 

Methods in hmi.sensors.eyebox2.directaccess with parameters of type Position
 void Face.setPosition(Position position)
           
 void EyePair.setPosition(Position position)
           
 

Constructors in hmi.sensors.eyebox2.directaccess with parameters of type Position
EyePair(int id, boolean looking, Position position, String time)
          Creates a new instance of Eyes with the given id, position and time.
Face(int id, Position position, String time)
          Creates a new instance of Face with the given id, position and time.