uk.org.toot.music.tonality
Class Chord.RelativeVoicing

java.lang.Object
  extended by uk.org.toot.music.tonality.Chord.Voicing
      extended by uk.org.toot.music.tonality.Chord.RelativeVoicing
Enclosing class:
Chord

public static class Chord.RelativeVoicing
extends Chord.Voicing


Constructor Summary
Chord.RelativeVoicing(int offset, Chord chord)
           
Chord.RelativeVoicing(int offset, Chord chord, int[] missingIndices)
           
 
Method Summary
 int getOffset()
           
 
Methods inherited from class uk.org.toot.music.tonality.Chord.Voicing
getChord, getIntervals, getMissingIndices, getMissingString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Chord.RelativeVoicing

public Chord.RelativeVoicing(int offset,
                             Chord chord)

Chord.RelativeVoicing

public Chord.RelativeVoicing(int offset,
                             Chord chord,
                             int[] missingIndices)
Method Detail

getOffset

public int getOffset()
Returns:
the offset


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