|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPMeasureTrackPair
This class describes a measure-track pair.
Field Summary | |
private java.util.List |
_beats
The beats present in the measure-track pair. |
Constructor Summary | |
GPMeasureTrackPair()
Creates a new MeasureTrackPair |
Method Summary | |
boolean |
equals(java.lang.Object o)
Returns true if the given object equals to this GPMeasureTrackPair. |
java.util.List |
getBeats()
Returns the list of beats. |
java.lang.String |
toString()
Returns a string representation of the MeasureTrackPair. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.List _beats
Constructor Detail |
public GPMeasureTrackPair()
Method Detail |
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public java.util.List getBeats()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |