movements
Class MusicNote

java.lang.Object
  extended bymovements.MusicNote
All Implemented Interfaces:
java.io.Serializable

class MusicNote
extends java.lang.Object
implements java.io.Serializable


Field Summary
(package private)  Acme.SynthAudioClip note
           
(package private)  int startTick
           
 
Constructor Summary
(package private) MusicNote(int startTick, Acme.SynthAudioClip note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTick

int startTick

note

Acme.SynthAudioClip note
Constructor Detail

MusicNote

MusicNote(int startTick,
          Acme.SynthAudioClip note)


Copyright © 2003 Nigel Westbury