- add(E) - Method in class at.ofai.music.plot.MyConcurrentQueue
-
- add(double, double) - Method in class at.ofai.music.plot.WormPlot
-
Adds a new point (x, y) to the circular buffer of the length wormLength.
- add(double, double, double) - Method in class at.ofai.music.plot.WormPlot
-
Adds a new point (x, y) to the circular buffer
and the current time (in seconds) in the top-right corner.
- add(double, double, double, int) - Method in class at.ofai.music.plot.WormPlot
-
Adds a new point (x, y) to the circular buffer
and the current time (in seconds) in the top-right corner.
- add(double, double, double, int, int) - Method in class at.ofai.music.plot.WormPlot
-
Adds a new point (x, y) to the circular buffer
and the current time (in seconds) in the top-right corner.
- additionalKeysColor - Variable in class at.ofai.music.plot.Keyboard
-
- addRenderingHints(Map) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Adds rendering hints.
- addXYValue(Double, Double) - Method in class at.ofai.music.plot.Plot
-
- addYValue(Double) - Method in class at.ofai.music.plot.Plot
-
- antialiasing - Variable in class at.ofai.music.plot.Axes
-
- append(EpsGraphics2D, String) - Method in class at.ofai.music.plot.EpsDocument
-
Appends a line to the EpsDocument.
- at.ofai.music.plot - package at.ofai.music.plot
-
Provides JAVA classes for various basic 2D plot functions, similar to the Matlab plot
implementation (JAVA 1.5.0 or higher required).
- attStr - Variable in class at.ofai.music.plot.Text
-
- autoCorr(int[]) - Static method in class at.ofai.music.plot.M
-
Calculates auto correlation of the array X, returning an array double[]
of the same length (with 1 as the first and last value).
- autoCorr(int[], int) - Static method in class at.ofai.music.plot.M
-
Calculates an auto correlation of the array int[] X until the
maximum shift of int maxShift, returning an array of correlation
coefficients with the length maxShift.
- ax - Variable in class at.ofai.music.plot.PlottableObject
-
- axClip - Variable in class at.ofai.music.plot.Axes
-
- Axes - Class in at.ofai.music.plot
-
Creates a figure axes object including axes labels, titles, ticks and scaling
functionalities.
- Axes() - Constructor for class at.ofai.music.plot.Axes
-
- Axes(Figure) - Constructor for class at.ofai.music.plot.Axes
-
- Axes(JFrame) - Constructor for class at.ofai.music.plot.Axes
-
- axes - Variable in class at.ofai.music.plot.Figure
-