dguitar.gui
Class BarMTP.PaintedBeatInfo

java.lang.Object
  extended bydguitar.gui.BarMTP.PaintedBeatInfo
Enclosing class:
BarMTP

class BarMTP.PaintedBeatInfo
extends java.lang.Object


Field Summary
 int contEONs
           
private  int contNotes
           
private  java.util.List Notes
           
 
Constructor Summary
BarMTP.PaintedBeatInfo()
           
 
Method Summary
 GPNote getGPNote()
           
 void setNotes(java.util.List notes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Notes

private java.util.List Notes

contNotes

private int contNotes

contEONs

public int contEONs
Constructor Detail

BarMTP.PaintedBeatInfo

public BarMTP.PaintedBeatInfo()
Method Detail

setNotes

public void setNotes(java.util.List notes)

getGPNote

public GPNote getGPNote()