Class GamingWheelView
java.lang.Object
|
+--DisplayPanel
|
+--GamingWheelView
- public class GamingWheelView
- extends DisplayPanel
View for a gaming wheel.
* @author Jeff Raab
- See Also:
- Serialized Form
Constructor Summary |
GamingWheelView(GamingWheel aWheel)
* Constructs a view for the given gaming wheel. |
Method Summary |
void |
spin(double power)
Spins this wheel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GamingWheelView
public GamingWheelView(GamingWheel aWheel)
- * Constructs a view for the given gaming wheel.
* @param aWheel wheel data model for the view
spin
public void spin(double power)
- Spins this wheel.