Package | Description |
---|---|
auditory.described | |
event | |
visual.dynamic | |
visual.dynamic.described | |
visual.dynamic.sampled |
Modifier and Type | Class and Description |
---|---|
class |
Orchestra
An encapsulation of an orchestra.
|
class |
Part
A Part (i.e., a sequence of Content objects) in a Score.
|
Modifier and Type | Class and Description |
---|---|
class |
UDPMetronomeBroadcaster
A MetronomeListener that can be used to broadcast Metronome
ticks over UDP.
|
Modifier and Type | Method and Description |
---|---|
void |
Metronome.addListener(MetronomeListener ml)
Add a MetronomeListener.
|
void |
Metronome.removeListener(MetronomeListener ml)
Remove a MetronomeListener.
|
Modifier and Type | Class and Description |
---|---|
class |
SpecialEffectsScreen
A Screen that can also contain described dynamic content
(that can be used for creating "special effects").
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sprite
A Sprite is an "actor" on a Stage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSprite
A Sprite is an "actor" on a Stage.
|
class |
DescribedSprite
A TweeningSprite that uses described visual content.
|
class |
RuleBasedSprite
An abstract rule-based Sprite.
|
class |
SampledSprite
A TweeningSprite that uses sampled visual content.
|
class |
Stage
A Visualization that contains Sprite objects
|
class |
TweeningSprite
A TweeningSprite is a Sprite that contains "key times" and the ability
to generate "in between times"
|
Modifier and Type | Class and Description |
---|---|
class |
Screen
A component that renders a sequence of Content objects
(i.e., static visual content).
|