jAER project on SourceForge

net.sf.jaer.event
Class MotionOrientationEvent.Dir

java.lang.Object
  extended by net.sf.jaer.event.MotionOrientationEvent.Dir
Enclosing class:
MotionOrientationEvent

public static final class MotionOrientationEvent.Dir
extends java.lang.Object

represents a direction. The x and y fields represent relative offsets in the x and y directions by these amounts.


Field Summary
 int x
           
 int y
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

jAER project on SourceForge