© 2006-2007 ETH Zurich

org.ximtec.igesture.io.tuio.handler
Class AbstractTuioCursorHandler<T>

java.lang.Object
  extended by org.ximtec.igesture.io.tuio.handler.AbstractTuioHandler
      extended by org.ximtec.igesture.io.tuio.handler.AbstractTuioCursorHandler<T>
Direct Known Subclasses:
TuioCursor3DHandler, TuioCursorHandler

public abstract class AbstractTuioCursorHandler<T>
extends AbstractTuioHandler


Field Summary
protected  Vector<Long> aliveCursorList
           
protected  Hashtable<Long,T> cursorList
           
protected  Vector<T> frameCursors
           
protected  Vector<T> freeCursorList
           
protected  int maxCursorID
           
protected  Vector<Long> newCursorList
           
 
Fields inherited from class org.ximtec.igesture.io.tuio.handler.AbstractTuioHandler
currentFrame, listenerList
 
Constructor Summary
AbstractTuioCursorHandler()
           
 
Method Summary
 
Methods inherited from class org.ximtec.igesture.io.tuio.handler.AbstractTuioHandler
acceptMessage, addTuioListener, removeAllTuioListeners, removeTuioListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursorList

protected Hashtable<Long,T> cursorList

aliveCursorList

protected Vector<Long> aliveCursorList

newCursorList

protected Vector<Long> newCursorList

frameCursors

protected Vector<T> frameCursors

freeCursorList

protected Vector<T> freeCursorList

maxCursorID

protected int maxCursorID
Constructor Detail

AbstractTuioCursorHandler

public AbstractTuioCursorHandler()

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.