Uses of Class
jcaas.midi.StaffProperty

Packages that use StaffProperty
jcaas.midi   
jcaas.midi.messages   
jcaas.midi.staticStaff   
 

Uses of StaffProperty in jcaas.midi
 

Subclasses of StaffProperty in jcaas.midi
 class Chord
           
 class GenerationLevel
          A class to store what level to generate music at.
 class KeySignature
          KeySignature represents a Key Signature for a Song.
 class Rythm
          Rythm is an abstract representation of a rythm-pattern for a song.
 class Tempo
          Tempo represents the tempo, or speed of a song.
 class TimeSignature
          TimeSignature represents the Time Signature of a staff.
 

Methods in jcaas.midi that return StaffProperty
 StaffProperty Staff.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Staff.
 StaffProperty GeneratedStaffOct.getCurrentProperty(java.lang.String propertyName)
           
 StaffProperty GeneratedStaff.getCurrentProperty(java.lang.String propertyName)
           
 StaffProperty GeneralizedStaff.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Staff.
 StaffProperty Staff.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Staff.
 StaffProperty GeneratedStaffOct.getDefaultProperty(java.lang.String propertyName)
           
 StaffProperty GeneratedStaff.getDefaultProperty(java.lang.String propertyName)
           
 StaffProperty GeneralizedStaff.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Staff.
 StaffProperty Score.getProperty(int i, java.lang.String pname)
          Method to get information about substaffs of the score
 

Methods in jcaas.midi with parameters of type StaffProperty
 void Staff.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Staff.
 void GeneratedStaffOct.setProperty(java.lang.String propertyName, StaffProperty p)
           
 void GeneratedStaff.setProperty(java.lang.String propertyName, StaffProperty p)
           
 void GeneralizedStaff.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Staff.
 

Uses of StaffProperty in jcaas.midi.messages
 

Constructors in jcaas.midi.messages with parameters of type StaffProperty
StaffPropertyMessage(StaffProperty sp)
          Standard Constructor
 

Uses of StaffProperty in jcaas.midi.staticStaff
 

Methods in jcaas.midi.staticStaff that return StaffProperty
 StaffProperty StupidSong.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Song.
 StaffProperty Mary.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Song.
 StaffProperty JingleBells.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Song.
 StaffProperty Imperial.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Song.
 StaffProperty GKWMelody.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Song.
 StaffProperty GKWHarmony.getCurrentProperty(java.lang.String propertyName)
          Returns the current value for a given property in a Song.
 StaffProperty StupidSong.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Song.
 StaffProperty Mary.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Song.
 StaffProperty JingleBells.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Song.
 StaffProperty Imperial.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Song.
 StaffProperty GKWMelody.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Song.
 StaffProperty GKWHarmony.getDefaultProperty(java.lang.String propertyName)
          Returns the default value for a given property in a Song.
 

Methods in jcaas.midi.staticStaff with parameters of type StaffProperty
 void StupidSong.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Song.
 void Mary.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Song.
 void JingleBells.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Song.
 void Imperial.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Song.
 void GKWMelody.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Song.
 void GKWHarmony.setProperty(java.lang.String propertyName, StaffProperty p)
          Sets the current value for a given property in a Song.