uk.org.toot.midix.control.neck
Class Player

java.lang.Object
  extended by uk.org.toot.midix.control.neck.Player
All Implemented Interfaces:
Key.Provider

public class Player
extends java.lang.Object
implements Key.Provider

An experimental class to model the 'guitar' player.


Constructor Summary
Player()
           
 
Method Summary
 Key getKey()
          Get the provided Key which may then be observed for changes.
 int getVelocity()
           
 void setVelocity(int vel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player

public Player()
Method Detail

getVelocity

public int getVelocity()

setVelocity

public void setVelocity(int vel)

getKey

public Key getKey()
Description copied from interface: Key.Provider
Get the provided Key which may then be observed for changes.

Specified by:
getKey in interface Key.Provider
Returns:
the mutable Key


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.