- calcCorr(int[], int[]) - Static method in class at.ofai.music.plot.M
-
Computes the Pearson's correlation coefficient of
the arrays x and y and returns a double (between -1 and 1)
- calcCorr(double[], double[]) - Static method in class at.ofai.music.plot.M
-
Computes the Pearson's correlation coefficient of
the arrays x and y and returns a double (between -1 and 1)
- clear() - Method in class at.ofai.music.plot.Axes
-
Clears the whole axes object (deleting all plottable objects, labels, and
axes Lims, Ticks, and Ticklabels.
- clear() - Method in class at.ofai.music.plot.Figure
-
- clearPlots() - Method in class at.ofai.music.plot.Axes
-
Clears all plots on the axes object, but leaves the axis properties and
the labels unchanged.
- clearRect(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Clears a rectangle with top-left corner placed at (x,y) using the current
background color.
- clearXAxes() - Method in class at.ofai.music.plot.Axes
-
Clears the x Lims, Ticks, and TickLabels.
- clearYAxes() - Method in class at.ofai.music.plot.Axes
-
Clears the y Lims, Ticks, and TickLabels.
- clip(Shape) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Intersects the current clip with the interior of the specified Shape and
sets the clip to the resulting intersection.
- clipRect(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Intersects the current clip with the specified rectangle.
- close() - Method in class at.ofai.music.plot.EpsDocument
-
- close() - Method in class at.ofai.music.plot.EpsGraphics2D
-
Closes the EPS file being output to the underlying OutputStream.
- color - Variable in class at.ofai.music.plot.PlottableObject
-
- colours - Variable in class at.ofai.music.plot.WormPlot
-
- copyArea(int, int, int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Not implemented - performs no
action.
- count - Variable in class at.ofai.music.plot.WormPlot
-
- create() - Method in class at.ofai.music.plot.EpsGraphics2D
-
Returns a new Graphics object that is identical to this EpsGraphics2D.
- create(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Returns an EpsGraphics2D object based on this Graphics object, but with a
new translation and clip area.
- createPolygon(double[], double[]) - Method in class at.ofai.music.plot.Plot
-
- currentAxes - Variable in class at.ofai.music.plot.Figure
-
- currentFigure - Static variable in class at.ofai.music.plot.Figure
-
- cutOut(String, int) - Static method in class at.ofai.music.plot.Text
-
General purpose routine: Returns a string with one element (at position
index
) cut out.