yarp
Class GazeEventParameters

java.lang.Object
  extended by yarp.GazeEventParameters

public class GazeEventParameters
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
GazeEventParameters()
           
GazeEventParameters(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(GazeEventParameters obj)
           
 double getMotionOngoingCheckPoint()
           
 java.lang.String getType()
           
 void setMotionOngoingCheckPoint(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

GazeEventParameters

public GazeEventParameters(long cPtr,
                           boolean cMemoryOwn)

GazeEventParameters

public GazeEventParameters()
Method Detail

getCPtr

public static long getCPtr(GazeEventParameters 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()

setMotionOngoingCheckPoint

public void setMotionOngoingCheckPoint(double value)

getMotionOngoingCheckPoint

public double getMotionOngoingCheckPoint()