© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.gesturevisualisation
Interface InputPanel

All Known Implementing Classes:
NotSupportedInputPanel, SwingMouseReaderPanel

public interface InputPanel

Comment

Version:
1.0 16.12.2008
Author:
Ueli Kurmann This is a wrapper interface used to visualize gestures in real time. Implementations need a public default constructor.

Method Summary
 JPanel getPanel(Dimension dimension)
          Returns a new panel visualizing the gesture.
 void init(GestureDevice<?,?> gestureDevice)
          Initializes the input panel with a gesture device.
 

Method Detail

init

void init(GestureDevice<?,?> gestureDevice)
Initializes the input panel with a gesture device.

Parameters:
gesture -

getPanel

JPanel getPanel(Dimension dimension)
Returns a new panel visualizing the gesture.

Parameters:
dimension -
Returns:

© 2006-2007 ETH Zurich

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