|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Bar | |
| dguitar.gui | Provides Graphical User Interface classes for other packages. |
| dguitar.gui.unused | |
| Uses of Bar in dguitar.gui |
| Subclasses of Bar in dguitar.gui | |
class |
BarMTP
This class extends Bar, and it holds a MeasureTrackPair. |
class |
BarTablature
This class extends BarMTP and display the notes using Guitar Tablature representation |
| Methods in dguitar.gui that return Bar | |
Bar |
BarPanel.getBar(int measure)
Get the Bar located at measure |
| Methods in dguitar.gui with parameters of type Bar | |
void |
BarPanel.addBar(Bar bar)
|
boolean |
Bar.equalTimeSignature(Bar bar)
This method returns true if This Time signature is equal to the Bar |
| Constructors in dguitar.gui with parameters of type Bar | |
MusicCursor(Bar b)
Creates a cursor located at measure 1 and beat 1 linked to a Bar |
|
| Uses of Bar in dguitar.gui.unused |
| Subclasses of Bar in dguitar.gui.unused | |
class |
BarStandard
This class extends BarMTP, it represents a Bar with a StandardNotation display This class still exists in order to be re-used again in not so distant future. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||