G M S T

G

getFrequency1() - Method in class TwoToneCycle
Accessor method that returns the first frequency
getFrequency2() - Method in class TwoToneCycle
Accessor method that returns the second frequency
getOffPeriod() - Method in class TwoToneCycle
Accessor method that returns the off period
getOnPeriod() - Method in class TwoToneCycle
Accessor method that returns the on period

M

makeSound() - Method in class TwoToneCycle
Method that generates a textbook style Sound object

S

setFrequency(int) - Method in class TwoToneCycle
Modifier method to set both frequencies to the same value
setFrequency1(int) - Method in class TwoToneCycle
Modifier method to set the first frequency
setFrequency2(int) - Method in class TwoToneCycle
Modifier method to set the second frequency
setOffPeriod(double) - Method in class TwoToneCycle
Modifier method to set period in which frequences are off (silent)
setOnPeriod(double) - Method in class TwoToneCycle
Modifier method to set period in which frequences are on (played)

T

toString() - Method in class TwoToneCycle
Method to return the String representation of this two tone cycle
TwoToneCycle - Class in <Unnamed>
Class that represents a two tone cycle, similar to those used in telephone ringbacks.
TwoToneCycle() - Constructor for class TwoToneCycle
Default constructor.
TwoToneCycle(int, int, double, double) - Constructor for class TwoToneCycle
Constructor that takes two frequencies.
TwoToneCycle(int, double, double) - Constructor for class TwoToneCycle
Constructor that takes a single frequency.

G M S T