A B C D E F G H I K L M O P R S T U V W X Y Z 

M

M - Class in at.ofai.music.plot
A useful class providing various mathematical basic functionalities that might be of use more than once.
M() - Constructor for class at.ofai.music.plot.M
 
main(String[]) - Static method in class at.ofai.music.plot.Figure
Creates a test plot for demonstration purpose.
main(String[]) - Static method in class at.ofai.music.plot.M
 
margin - Variable in class at.ofai.music.plot.Text
 
max(int[]) - Static method in class at.ofai.music.plot.M
Returns the maximum value of an array.
max(double[]) - Static method in class at.ofai.music.plot.M
Returns the maximum value of an array.
max(LinkedList<Double>) - Static method in class at.ofai.music.plot.M
Returns the maximum value of an LinkedList.
maxX - Variable in class at.ofai.music.plot.Axes
 
maxY - Variable in class at.ofai.music.plot.Axes
 
mean(double[]) - Static method in class at.ofai.music.plot.M
Returns the arithmetic mean value of an array.
mean(long[]) - Static method in class at.ofai.music.plot.M
Returns the arithmetic mean value of an array.
mean(LinkedList<Double>) - Static method in class at.ofai.music.plot.M
Returns the arithmetic mean value of an LinkedList.
middleCColor - Variable in class at.ofai.music.plot.Keyboard
 
midiNoteNumbers - Variable in class at.ofai.music.plot.Keyboard
 
min(int[]) - Static method in class at.ofai.music.plot.M
Returns the minimum value of an array.
min(double[]) - Static method in class at.ofai.music.plot.M
Returns the minimum value of an array.
min(LinkedList<Double>) - Static method in class at.ofai.music.plot.M
Returns the minimum value of an array.
minX - Variable in class at.ofai.music.plot.Axes
 
minY - Variable in class at.ofai.music.plot.Axes
 
mode(double[]) - Static method in class at.ofai.music.plot.M
Calculates a mode value for the double[] array taking a 10% binWidth rounded to the nearest power of 10.
mode(double[], double) - Static method in class at.ofai.music.plot.M
Calculates a mode values (most often value) of the input array double[] using double binWidth as categorisation units.
MyConcurrentQueue<E> - Class in at.ofai.music.plot
Simply extends a ConcurrentLinkedQueue only with a getLast() method returning the last added object.
MyConcurrentQueue() - Constructor for class at.ofai.music.plot.MyConcurrentQueue
 
A B C D E F G H I K L M O P R S T U V W X Y Z