Serialized Form


Package jazz.app

Class jazz.app.ChordExplorer implements Serializable

Serialized Fields

chordPitch

ChordPitch chordPitch

chord

Chord chord

panel

MusicPanel panel

pitchChoice

PitchChoice pitchChoice

chordLabel

java.awt.Label chordLabel

addButton

java.awt.Button addButton

remButton

java.awt.Button remButton

dissLabel

java.awt.Label dissLabel

dissChoice

java.awt.Choice dissChoice

Class jazz.app.ChordLibraryExplorer implements Serializable

Serialized Fields

library

ChordLibrary library

current

java.lang.String current

colors

JazzColors colors

listLabel

java.awt.Label listLabel

messageLabel

java.awt.Label messageLabel

list

java.awt.List list

newButton

java.awt.Button newButton

editButton

java.awt.Button editButton

remButton

java.awt.Button remButton

loadButton

java.awt.Button loadButton

saveButton

java.awt.Button saveButton

Class jazz.app.DeviceExplorer implements Serializable

Serialized Fields

devicePitch

DevicePitch devicePitch

device

Device device

panel

MusicPanel panel

pitchChoice

PitchChoice pitchChoice

deviceLabel

java.awt.Label deviceLabel

addButton

java.awt.Button addButton

remButton

java.awt.Button remButton

dissLabel

java.awt.Label dissLabel

dissChoice

java.awt.Choice dissChoice

structLabel

java.awt.Label structLabel

structChoice

java.awt.Choice structChoice

Class jazz.app.DeviceLibraryExplorer implements Serializable

Serialized Fields

library

DeviceLibrary library

manip

DeviceManipulation manip

device

Device device

deviceLabel

java.awt.Label deviceLabel

deviceList

java.awt.List deviceList

manipLabel

java.awt.Label manipLabel

manipList

java.awt.List manipList

newDevButton

java.awt.Button newDevButton

editDevButton

java.awt.Button editDevButton

remDevButton

java.awt.Button remDevButton

newManipButton

java.awt.Button newManipButton

editManipButton

java.awt.Button editManipButton

remManipButton

java.awt.Button remManipButton

loadButton

java.awt.Button loadButton

saveButton

java.awt.Button saveButton

Class jazz.app.DeviceManipulationExplorer implements Serializable

Serialized Fields

device

Device device

manip

DeviceManipulation manip

manipPitch

ManipulationPitch manipPitch

panel

MusicPanel panel

pitchLabel

java.awt.Label pitchLabel

pitchChoice

java.awt.Choice pitchChoice

manipLabel

java.awt.Label manipLabel

addButton

java.awt.Button addButton

remButton

java.awt.Button remButton

startLabel

java.awt.Label startLabel

startChoice

java.awt.Choice startChoice

octaveLabel

java.awt.Label octaveLabel

octaveChoice

java.awt.Choice octaveChoice

Class jazz.app.NoteExplorer implements Serializable

Serialized Fields

panel

MusicPanel panel

pitchChoice

PitchChoice pitchChoice

duratChoice

DurationChoice duratChoice

Class jazz.app.PitchExplorer implements Serializable

Serialized Fields

panel

MusicPanel panel

choice

PitchChoice choice

Class jazz.app.SongExplorer implements Serializable

Serialized Fields

song

Song song

library

ChordLibrary library

change

ChordChange change

changeLabel

java.awt.Label changeLabel

changeList

java.awt.List changeList

chordLabel

java.awt.Label chordLabel

chordList

java.awt.List chordList

rootPanel

java.awt.Panel rootPanel

rootLabel

java.awt.Label rootLabel

rootChoice

PitchChoice rootChoice

lengthLabel

java.awt.Label lengthLabel

lengthPanel

java.awt.Panel lengthPanel

lengthChoice

java.awt.Choice lengthChoice

measurePanel

java.awt.Panel measurePanel

measureLabel

java.awt.Label measureLabel

measureChoice

java.awt.Choice measureChoice

beatPanel

java.awt.Panel beatPanel

beatLabel

java.awt.Label beatLabel

beatChoice

java.awt.Choice beatChoice

newChordButton

java.awt.Button newChordButton

remChordButton

java.awt.Button remChordButton

Class jazz.app.SongLibraryExplorer implements Serializable

Serialized Fields

songLibrary

SongLibrary songLibrary

chordLibrary

ChordLibrary chordLibrary

song

Song song

songLabel

java.awt.Label songLabel

songList

java.awt.List songList

newButton

java.awt.Button newButton

editButton

java.awt.Button editButton

removeButton

java.awt.Button removeButton

saveButton

java.awt.Button saveButton

loadButton

java.awt.Button loadButton


Package jazz.core

Class jazz.core.Chord implements Serializable

Serialized Fields

pitches

java.util.Vector pitches

Class jazz.core.ChordChange implements Serializable

Serialized Fields

measure

int measure

beat

int beat

generalFunction

java.lang.String generalFunction

specificFunction

java.lang.String specificFunction

Class jazz.core.ChordLibrary implements Serializable

Serialized Fields

chords

java.util.Hashtable chords

Class jazz.core.ChordPitch implements Serializable

Serialized Fields

dissonance

int dissonance

Class jazz.core.Device implements Serializable

Serialized Fields

name

java.lang.String name

pitches

java.util.Vector pitches

Class jazz.core.DeviceLibrary implements Serializable

Serialized Fields

devices

java.util.Hashtable devices

manipulations

java.util.Hashtable manipulations

Class jazz.core.DeviceManipulation implements Serializable

Serialized Fields

direction

int direction

device

Device device

name

java.lang.String name

minSize

int minSize

pitches

java.util.Vector pitches

Class jazz.core.DevicePitch implements Serializable

Serialized Fields

dissonance

int dissonance

structural

boolean structural

Class jazz.core.Duration implements Serializable

Class jazz.core.ManipulationPitch implements Serializable

Serialized Fields

index

int index

start

boolean start

device

Device device

Class jazz.core.Measure implements Serializable

Serialized Fields

counts

int counts

subdiv

int subdiv

elements

java.util.Vector elements

Class jazz.core.Note implements Serializable

Serialized Fields

d

Duration d

p

Pitch p

Class jazz.core.Pitch implements Serializable

Serialized Fields

pitchNumber

int pitchNumber

pitchName

java.lang.String pitchName

Class jazz.core.Song implements Serializable

Serialized Fields

changes

java.util.Vector changes

name

java.lang.String name

numMeasures

int numMeasures

Class jazz.core.SongLibrary implements Serializable

Serialized Fields

songs

java.util.Hashtable songs


Package jazz.event

Class jazz.event.DurationEvent implements Serializable

Serialized Fields

duration

Duration duration

Class jazz.event.PitchEvent implements Serializable

Serialized Fields

pitch

Pitch pitch


Package jazz.widget

Class jazz.widget.DurationChoice implements Serializable

Serialized Fields

baseChoice

java.awt.Choice baseChoice
Member attribute

dotChoice

java.awt.Choice dotChoice

listeners

java.util.Vector listeners

Class jazz.widget.MusicPanel implements Serializable

Serialized Fields

dotSpace

int dotSpace

dotWidth

int dotWidth

flagHeight

int flagHeight

flagWidth

int flagWidth

flagOffset

int flagOffset

flatSpace

int flatSpace

flatWidth

int flatWidth

lineHeight

int lineHeight

measureMargin

int measureMargin

measuresPerLine

int measuresPerLine

measureWidth

int measureWidth

minWhiteSpace

int minWhiteSpace

noteHeight

int noteHeight

noteWidth

int noteWidth

pixelsBetweenFlags

int pixelsBetweenFlags

sharpSpace

int sharpSpace

sharpWidth

int sharpWidth

staveHeight

int staveHeight

stemHeight

int stemHeight

titleHeight

int titleHeight

xMargin

int xMargin

yMargin

int yMargin

clickError

int clickError

highlightColor

java.awt.Color highlightColor

listener

java.awt.event.ActionListener listener

title

java.lang.String title

height

int height

width

int width

numMeasures

int numMeasures

selectedPoint

int selectedPoint

measures

java.util.Vector measures

points

java.util.Vector points

colors

java.awt.Color[][] colors

isExample

boolean isExample

debug

boolean debug

Class jazz.widget.PitchChoice implements Serializable

Serialized Fields

letterChoice

java.awt.Choice letterChoice
member attributes

octaveChoice

java.awt.Choice octaveChoice

accidentalChoice

java.awt.Choice accidentalChoice

listeners

java.util.Vector listeners

lastPitch

Pitch lastPitch

doFire

boolean doFire

Class jazz.widget.StringDialog implements Serializable

Serialized Fields

input

java.lang.String input

inputField

java.awt.TextField inputField

messageLabel

java.awt.Label messageLabel

okButton

java.awt.Button okButton

Class jazz.widget.VerticalFlowLayout implements Serializable

Serialized Fields

hgap

int hgap

vgap

int vgap

hfill

boolean hfill

vfill

boolean vfill