yarp
Class GazeEventVariables

java.lang.Object
  extended by yarp.GazeEventVariables

public class GazeEventVariables
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
GazeEventVariables()
           
GazeEventVariables(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(GazeEventVariables obj)
           
 double getMotionOngoingCheckPoint()
           
 double getTime()
           
 java.lang.String getType()
           
 void setMotionOngoingCheckPoint(double value)
           
 void setTime(double value)
           
 void setType(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

GazeEventVariables

public GazeEventVariables(long cPtr,
                          boolean cMemoryOwn)

GazeEventVariables

public GazeEventVariables()
Method Detail

getCPtr

public static long getCPtr(GazeEventVariables obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setType

public void setType(java.lang.String value)

getType

public java.lang.String getType()

setTime

public void setTime(double value)

getTime

public double getTime()

setMotionOngoingCheckPoint

public void setMotionOngoingCheckPoint(double value)

getMotionOngoingCheckPoint

public double getMotionOngoingCheckPoint()