- AbstractAggregateContent<C extends TransformableContent> - Class in visual.statik
-
A generic piece of static visual content that is a composition
of many component parts.
- AbstractAggregateContent() - Constructor for class visual.statik.AbstractAggregateContent
-
Default Constructor.
- AbstractBufferedSoundBinaryOp - Class in auditory.sampled
-
An abstract class that implements the BufferedSoundBinaryOp
interface.
- AbstractBufferedSoundBinaryOp() - Constructor for class auditory.sampled.AbstractBufferedSoundBinaryOp
-
- AbstractBufferedSoundOp - Class in auditory.sampled
-
An abstract class that implements the BufferedSoundOp
interface.
- AbstractBufferedSoundOp() - Constructor for class auditory.sampled.AbstractBufferedSoundOp
-
- AbstractBufferedSoundUnaryOp - Class in auditory.sampled
-
An abstract class that implements the BufferedSoundUnaryOp
interface.
- AbstractBufferedSoundUnaryOp() - Constructor for class auditory.sampled.AbstractBufferedSoundUnaryOp
-
- AbstractContent - Class in auditory.described
-
A partial encapsulation of a piece of described auditory
content
- AbstractContent() - Constructor for class auditory.described.AbstractContent
-
Default Constructor.
- AbstractContent(int, boolean) - Constructor for class auditory.described.AbstractContent
-
Explicit Value Constructor.
- AbstractFrameOp - Class in visual.dynamic.sampled
-
- AbstractFrameOp(int, int) - Constructor for class visual.dynamic.sampled.AbstractFrameOp
-
Explicit Value Constructor.
- AbstractSprite - Class in visual.dynamic.described
-
A Sprite is an "actor" on a Stage.
- AbstractSprite() - Constructor for class visual.dynamic.described.AbstractSprite
-
Default Constructor.
- AbstractSuperimposition - Class in visual.dynamic.sampled
-
An abstract implementation of the Superimposition interface.
- AbstractSuperimposition(int, int, int) - Constructor for class visual.dynamic.sampled.AbstractSuperimposition
-
Explicit Value Constructor.
- AbstractTransformableContent - Class in visual.statik
-
A partial implementation of the TransformableContent
interface that keeps track of transformation information.
- AbstractTransformableContent() - Constructor for class visual.statik.AbstractTransformableContent
-
Default Constructor.
- AbstractTransition - Class in visual.dynamic.sampled
-
- AbstractTransition(int, int) - Constructor for class visual.dynamic.sampled.AbstractTransition
-
Explicit Value Constructor.
- accept(File, String) - Method in class visual.dynamic.sampled.ImageSequenceFilter
-
Accept or reject a particular File (required by FilenameFilter).
- add(Content) - Method in class auditory.described.Part
-
Add a Content to this Part
- add(E, int, int) - Method in interface collectionframework.IntervalIndexedCollection
-
Add an element to this collection.
- add(E, int, int) - Method in class collectionframework.SimpleIntervalIndexedCollection
-
Add an element to this collection.
- add(Sprite) - Method in class visual.dynamic.described.Stage
-
Add a Sprite to this Stage
- add(Sprite) - Method in class visual.dynamic.SpecialEffectsScreen
-
Add a Sprite to this Stage.
- add(C) - Method in class visual.statik.AbstractAggregateContent
-
Add a TransformableContent.
- add(SimpleContent) - Method in class visual.Visualization
-
Add a SimpleContent to the "front" of this Visualization.
- addAntagonist(Sprite) - Method in class visual.dynamic.described.RuleBasedSprite
-
Add a "antagonist" Sprite to this Sprite.
- addChannel(double[]) - Method in class auditory.sampled.BufferedSound
-
Add a channel to this BufferedSound.
- addKeyListener(KeyListener) - Method in class visual.Visualization
-
Add a KeyListener.
- addKeyTime(int, Point2D, Double, Double, AggregateContent) - Method in class visual.dynamic.described.DescribedSprite
-
Add a key time.
- addKeyTime(int, Point2D, Double, Double, Content) - Method in class visual.dynamic.described.SampledSprite
-
Add a key time.
- addLineListener(LineListener) - Method in class auditory.sampled.BoomBox
-
Add a LineListener to this Content
- addListener(MetronomeListener) - Method in class event.Metronome
-
Add a MetronomeListener.
- addMouseListener(MouseListener) - Method in class visual.Visualization
-
Add a MouseListener.
- addMouseMotionListener(MouseMotionListener) - Method in class visual.Visualization
-
Add a MouseMotionListener.
- addNote(Note) - Method in class auditory.described.Chord
-
Add a Note to this Chord.
- AddOp - Class in auditory.sampled
-
A BufferedSoundBinaryOp that adds two (comparable)
BufferedSound objects sample-by-sample
- AddOp() - Constructor for class auditory.sampled.AddOp
-
- addPart(Part, String) - Method in class auditory.described.Score
-
Add a Part to this Score.
- addSuperimposition(Superimposition) - Method in class visual.dynamic.sampled.Screen
-
Add a Superimposition.
- addTransition(Transition) - Method in class visual.dynamic.sampled.Screen
-
Add a Transition.
- addView(VisualizationView) - Method in class visual.Visualization
-
Add a view to this Visualization.
- AggregateContent - Class in visual.statik.described
-
A simple collection of Content objects
This class is less flexible than the CompositeContent class
but is simpler for some purposes.
- AggregateContent() - Constructor for class visual.statik.described.AggregateContent
-
Default Constructor.
- AggregateContent - Class in visual.statik.sampled
-
A simple collection of Content objects.
- AggregateContent() - Constructor for class visual.statik.sampled.AggregateContent
-
Default Constructor.
- app - package app
-
- append(BufferedSound) - Method in class auditory.sampled.BufferedSound
-
Append a BufferedSound to this BufferedSound.
- applyFilter(double[], double[], double[]) - Method in class auditory.sampled.AbstractBufferedSoundBinaryOp
-
Apply the filter (sample-by-sample).
- applyFilter(Iterator<double[]>, Iterator<double[]>, Iterator<double[]>) - Method in class auditory.sampled.AbstractBufferedSoundBinaryOp
-
Apply the filter to all of the channels.
- applyFilter(double[], double[]) - Method in class auditory.sampled.AbstractBufferedSoundUnaryOp
-
Apply the filter (sample-by-sample).
- applyFilter(Iterator<double[]>, Iterator<double[]>) - Method in class auditory.sampled.AbstractBufferedSoundUnaryOp
-
Apply the filter to all of the channels.
- applyFilter(double[], double[], double[]) - Method in class auditory.sampled.AddOp
-
Adds (sample-by-sample) the two BufferedSound objects.
- applyFilter(double[], double[]) - Method in class auditory.sampled.FIRFilterOp
-
Apply a FIRFilter.
- applyFilter(double[], double[]) - Method in class auditory.sampled.InvertOp
-
Invert the signal.
- applyFilter(double[], double[], double[]) - Method in class auditory.sampled.MultiplyOp
-
Multiply (sample-by-sample) the two signals.
- applyFilter(double[], double[]) - Method in class auditory.sampled.NoiseOp
-
Add noise to the signal.
- applyFilter(double[], double[]) - Method in class auditory.sampled.ReverseOp
-
Reverse the signal
- applyFilter(double[], double[]) - Method in class auditory.sampled.SpeedChangeOp
-
Copy the signal
- auditory.described - package auditory.described
-
- auditory.sampled - package auditory.sampled
-