KeySignature.java :  » Music » jfugue » org » jfugue » elements » interfaces » Java Open Source

Java Open Source » Music » jfugue 
jfugue » org » jfugue » elements » interfaces » KeySignature.java
package org.jfugue.elements.interfaces;

public interface KeySignature extends Element {
  
    /**
     * Returns the key signature for this object.
     * @return the key signature for this object
     */
  public ByteExp getKeySig();

    /**
     * Returns the scale for this object.
     * @return the scale for this object
     */
    public ByteExp getScale();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.