motejx.adapters
Class IrDistanceAdapter

java.lang.Object
  extended by motejx.adapters.IrDistanceAdapter
All Implemented Interfaces:
EventListener, IrCameraListener

public abstract class IrDistanceAdapter
extends Object
implements IrCameraListener

Author:
Volker Fritzsch

Constructor Summary
IrDistanceAdapter(double distanceBetweenIrLightSourcesInMillimeter)
           
 
Method Summary
 void irImageChanged(IrCameraEvent evt)
           
abstract  void positionChanged(double x, double y, double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IrDistanceAdapter

public IrDistanceAdapter(double distanceBetweenIrLightSourcesInMillimeter)
Method Detail

irImageChanged

public void irImageChanged(IrCameraEvent evt)
Specified by:
irImageChanged in interface IrCameraListener

positionChanged

public abstract void positionChanged(double x,
                                     double y,
                                     double z)


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.