© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.gesturevisualisation
Interface GesturePanel

All Known Implementing Classes:
NoteGesturePanel, NotSupportedGesturePanel, RecordedGesture3DPanel

public interface GesturePanel

Comment

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

Method Summary
 JPanel getPanel(Dimension dimension)
          Returns a new panel visualizing the gesture.
 void init(Gesture<?> gesture)
          Initializes the gesture panel.
 

Method Detail

init

void init(Gesture<?> gesture)
Initializes the gesture panel.

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.