ritornello.core.performance
Class Clef

java.lang.Object
  |
  +--ritornello.core.performance.Clef

public class Clef
extends java.lang.Object


Constructor Summary
Clef()
          Default constructor.
 
Method Summary
 int getLine()
          Returns the line focused by the clef.
 PitchName getPitchName()
          Returns the pitch name indicated by the clef.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clef

public Clef()
Default constructor.

Method Detail

getLine

public int getLine()
Returns the line focused by the clef.

Returns:
int

getPitchName

public PitchName getPitchName()
Returns the pitch name indicated by the clef.

Returns:
PitchName