apps.groove
Class Piano

java.lang.Object
  extended by apps.groove.Piano

public class Piano
extends java.lang.Object

The Class Piano.


Constructor Summary
Piano(java.awt.Graphics2D gfx)
          Instantiates a new piano.
 
Method Summary
 apps.groove.Key getKey(java.awt.Point point)
          Gets the key.
 void render()
          Render.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Piano

public Piano(java.awt.Graphics2D gfx)
Instantiates a new piano.

Parameters:
gfx - the gfx
Method Detail

getKey

public apps.groove.Key getKey(java.awt.Point point)
Gets the key.

Parameters:
point - the point
Returns:
the key

render

public void render()
Render.