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.
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:
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.