|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimedEvent | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| net.charlesames.music.musicxml.notation | |
| Uses of TimedEvent in net.charlesames.music.musicxml |
|---|
| Subclasses of TimedEvent in net.charlesames.music.musicxml | |
|---|---|
class |
Attributes
The Attributes class implements the MusicXML <attributes> element. |
class |
Barline
The Barline class implements the MusicXML <barline> element. |
class |
Direction
The Direction class implements the MusicXML <direction> event. |
class |
Directive
The Directive class implements the MusicXML <directive> event. |
class |
NoteInMeasure
The NoteInMeasure class implements the MusicXML <note> element. |
| Methods in net.charlesames.music.musicxml that return types with arguments of type TimedEvent | |
|---|---|
java.util.List<TimedEvent> |
Measure.getEvents()
Get all events in the measure. |
| Methods in net.charlesames.music.musicxml with parameters of type TimedEvent | |
|---|---|
void |
Measure.addEvent(TimedEvent event)
Add a specified TimedEvent instance to the collection. |
| Uses of TimedEvent in net.charlesames.music.musicxml.notation |
|---|
| Methods in net.charlesames.music.musicxml.notation with parameters of type TimedEvent | |
|---|---|
static UpBow |
UpBow.getInstance(TimedEvent container)
Create a new UpBow instance. |
static Unstress |
Unstress.getInstance(TimedEvent container)
Create a new Unstress instance. |
static Tenuto |
Tenuto.getInstance(TimedEvent container)
Create a new Tenuto instance. |
static StrongAccent |
StrongAccent.getInstance(TimedEvent container)
Create a new StrongAccent instance. |
static Stress |
Stress.getInstance(TimedEvent container)
Create a new Stress instance. |
static Stopped |
Stopped.getInstance(TimedEvent container)
Create a new Stopped instance. |
static Staccato |
Staccato.getInstance(TimedEvent container)
Create a new Staccato instance. |
static Staccatissimo |
Staccatissimo.getInstance(TimedEvent container)
Create a new Staccatissimo instance. |
static Spiccato |
Spiccato.getInstance(TimedEvent container)
Create a new Spiccato instance. |
static Scoop |
Scoop.getInstance(TimedEvent container)
Create a new Scoop instance. |
static Plop |
Plop.getInstance(TimedEvent container)
Create a new Plop instance. |
static OpenString |
OpenString.getInstance(TimedEvent container)
Create a new OpenString instance. |
static Fingering |
Fingering.getInstance(TimedEvent container)
Create a new Fingering instance. |
static Falloff |
Falloff.getInstance(TimedEvent container)
Create a new Falloff instance. |
static DownBow |
DownBow.getInstance(TimedEvent container)
Create a new DownBow instance. |
static Doit |
Doit.getInstance(TimedEvent container)
Create a new Doit instance. |
static DetachedLegato |
DetachedLegato.getInstance(TimedEvent container)
Create a new DetachedLegato instance. |
static Caesura |
Caesura.getInstance(TimedEvent container)
Create a new Caesura instance. |
static BreathMark |
BreathMark.getInstance(TimedEvent container)
Create a new BreathMark instance. |
static Accent |
Accent.getInstance(TimedEvent container)
Create a new Accent instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||