Uses of Class
sound.piano.PianoKey

Packages that use PianoKey
sound.piano   
 

Uses of PianoKey in sound.piano
 

Fields in sound.piano declared as PianoKey
 PianoKey KeyboardPanel.thePianoKey
           
 

Methods in sound.piano that return PianoKey
 PianoKey[] KeyboardPanel.getBlackKeys()
           
 PianoKey KeyboardMouseController.getKey(int p)
           
 PianoKey KeyboardController.getKey(int p)
           
 PianoKey PianoMouseController.getKey(java.awt.Point p)
           
 PianoKey KeyboardMouseController.getKey(java.awt.Point point)
           
 PianoKey MouseController.getKey(java.awt.Point point)
           
 PianoKey[] KeyboardPanel.getKeys()
           
 PianoKey[] KeyboardPanel.getWhiteKeys()
           
 

Methods in sound.piano with parameters of type PianoKey
 java.awt.Point KeyboardPanel.getPoint(PianoKey pk)
          Get Point will give me a point that locates the center of a piano key.
 

Constructors in sound.piano with parameters of type PianoKey
KeyboardController(KeyboardPanel panel, PianoKey[] keys)