- saveEps(String) - Method in class at.ofai.music.plot.Figure
-
Not implemented yet (use CTRL + P to write out an EPS instead)
- scale(double, double) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transform with a scaling
transformation.
- SEG1 - Static variable in class at.ofai.music.plot.WormPlot
-
- SEG2 - Static variable in class at.ofai.music.plot.WormPlot
-
- SEG3 - Static variable in class at.ofai.music.plot.WormPlot
-
- SEG4 - Static variable in class at.ofai.music.plot.WormPlot
-
- setAccurateTextMode(boolean) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets whether to use accurate text mode when rendering text in EPS.
- setAntialiasing(boolean) - Method in class at.ofai.music.plot.Axes
-
Sets the antialiasing option of the Graphics2D
environment.
- setAxesLineWidth(float) - Method in class at.ofai.music.plot.Axes
-
- setAxis(double[]) - Method in class at.ofai.music.plot.Axes
-
- setBackground(Color) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the background color to be used by the clearRect method.
- setBackgroundColor(Color) - Method in class at.ofai.music.plot.Axes
-
- setBinWidth(double) - Method in class at.ofai.music.plot.Bar
-
Determines the width of the bins. 1 means the borders of the bins touch
each other; default width is 0.8.
- setClip(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the current clipping area to an arbitrary clip shape.
- setClipSet(boolean) - Method in class at.ofai.music.plot.EpsDocument
-
- setColor(Color) - Method in class at.ofai.music.plot.Axes
-
- setColor(Color) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the Color to be used when drawing all future shapes, text, etc.
- setColor(Color) - Method in class at.ofai.music.plot.Figure
-
Sets the Figure's background color.
- setColor(Color) - Method in class at.ofai.music.plot.PlottableObject
-
- setColorDepth(int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the number of colours to use when drawing on the document.
- setComposite(Composite) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the Composite to be used by this EpsGraphics2D.
- setData(double[], double[], double[], double[]) - Method in class at.ofai.music.plot.Line
-
Redefines the data of a line object.
- setData(double, double, double, double) - Method in class at.ofai.music.plot.Line
-
Redefines the data of a line object.
- setDepth(double) - Method in class at.ofai.music.plot.Keyboard
-
- setEdgeColor(Color) - Method in class at.ofai.music.plot.PlottableObject
-
- setEpsName(String) - Method in class at.ofai.music.plot.Axes
-
- setExtent(double[]) - Method in class at.ofai.music.plot.Text
-
- setFaceColor(Color) - Method in class at.ofai.music.plot.PlottableObject
-
- setFont(Font) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the Font to be used in future text.
- setFontName(String) - Method in class at.ofai.music.plot.Axes
-
- setFontName(String) - Method in class at.ofai.music.plot.Text
-
Sets the name of the font (e.g., "Helvethica").
- setFontSize(float) - Method in class at.ofai.music.plot.Axes
-
- setFontSize(float) - Method in class at.ofai.music.plot.Text
-
Sets the font size (default = 12f).
- setFontStyle(int) - Method in class at.ofai.music.plot.Axes
-
- setFontStyle(float) - Method in class at.ofai.music.plot.Text
-
Sets the fontStyle of the text (TextAttribute
).
- setFrameColor(Color) - Method in class at.ofai.music.plot.Keyboard
-
- setGridColor(Color) - Method in class at.ofai.music.plot.Axes
-
- setGuiMode(int) - Method in class at.ofai.music.plot.Axes
-
- setHold(boolean) - Method in class at.ofai.music.plot.Axes
-
- setHorizontalAlignment(String) - Method in class at.ofai.music.plot.Text
-
Sets the horizontalAlignment of the text object as String:
left
(default) - center
- right
.
- setI1(int) - Method in class at.ofai.music.plot.Plot
-
- setI2(int) - Method in class at.ofai.music.plot.Plot
-
- setIsLabel(int) - Method in class at.ofai.music.plot.Text
-
isLabel specifies what type of label the text object is:
- setLineStyle(String) - Method in class at.ofai.music.plot.PlottableObject
-
The line style to set (as a string) according to the
Matlab
LineSpecs:
"none"
no line
"-"
solid line
"--"
dashed line
":"
dotted line
"-."
- setLineWidth(float) - Method in class at.ofai.music.plot.PlottableObject
-
Sets the line width of the PlottableObject.
- setMargin(double) - Method in class at.ofai.music.plot.Text
-
- setMarker(String) - Method in class at.ofai.music.plot.Plot
-
- setMarkerEdgeColor(Color) - Method in class at.ofai.music.plot.Plot
-
- setMarkerFaceColor(Color) - Method in class at.ofai.music.plot.Plot
-
- setMarkerSize(double) - Method in class at.ofai.music.plot.Plot
-
- setNormalized(boolean) - Method in class at.ofai.music.plot.Text
-
Sets the x, y coordinates relative to axes.
- setPaint(Paint) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the Paint attribute for the EpsGraphics2D object.
- setPaintMode() - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the paint mode of this EpsGraphics2D object to overwrite the
destination EpsDocument with the current color.
- setPosition(double[]) - Method in class at.ofai.music.plot.Axes
-
- setPosition(int[]) - Method in class at.ofai.music.plot.Figure
-
Sets the figure's position on the screen (in pixels).
- setPosition(double[]) - Method in class at.ofai.music.plot.Rectangle
-
- setPosition(double[]) - Method in class at.ofai.music.plot.Text
-
Sets the position (double[2] x y) of the text.
- setRenderingHint(RenderingHints.Key, Object) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets a rendering hint.
- setRenderingHints(Map) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the rendering hints.
- setRotation(double) - Method in class at.ofai.music.plot.Rectangle
-
Sets the rotation of the rectangle (in degrees from 0 to 360 clockwise).
- setRotation(double) - Method in class at.ofai.music.plot.Text
-
Sets the text object's rotation in degrees (0--360) counterclockwise.
- setScaleAxes(boolean) - Method in class at.ofai.music.plot.Axes
-
- setShowEngNoteLabels() - Method in class at.ofai.music.plot.Keyboard
-
Shows English note labels (C0 ...
- setShowGerNoteLabels() - Method in class at.ofai.music.plot.Keyboard
-
Shows German note labels (c_sk ... c5).
- setShowOctaveNoteNumbers() - Method in class at.ofai.music.plot.Keyboard
-
Shows octave numbers (Cs) as pitch labels.
- setString(String) - Method in class at.ofai.music.plot.Text
-
Sets the string of the Text object.
- setStroke(Stroke) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the stroke.
- setTitle(String) - Method in class at.ofai.music.plot.Axes
-
Creates or updates the title object.
- setTitle(String) - Method in class at.ofai.music.plot.Figure
-
Sets the Figure's (JFrame's) title string.
- setTransform(AffineTransform) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Sets the AffineTransform to be used by this EpsGraphics2D.
- setV(boolean) - Method in class at.ofai.music.plot.Axes
-
- setVerticalAlignment(String) - Method in class at.ofai.music.plot.Text
-
Sets the horizontalAlignment of the text object as String:
bottom
-
baseline
(default) -
middle
-
top
.
- setX(double[]) - Method in class at.ofai.music.plot.Data2D
-
- setXAxisLocation(String) - Method in class at.ofai.music.plot.Axes
-
- setXColor(Color) - Method in class at.ofai.music.plot.Axes
-
- setXCurvature(double) - Method in class at.ofai.music.plot.Rectangle
-
- setXDir(String) - Method in class at.ofai.music.plot.Axes
-
- setXFact(double) - Method in class at.ofai.music.plot.Axes
-
- setXGrid(boolean) - Method in class at.ofai.music.plot.Axes
-
- setXLabel(String) - Method in class at.ofai.music.plot.Axes
-
Sets the yLabel string or creates it.
- setXLim(double[]) - Method in class at.ofai.music.plot.Axes
-
- setXLimMode(String) - Method in class at.ofai.music.plot.Axes
-
- setXMinorGrid(boolean) - Method in class at.ofai.music.plot.Axes
-
- setXMinorTick(boolean) - Method in class at.ofai.music.plot.Axes
-
- setXORMode(Color) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Not implemented - performs no
action.
- setXScale(String) - Method in class at.ofai.music.plot.Axes
-
- setXShift(double) - Method in class at.ofai.music.plot.Axes
-
- setXTick(double[]) - Method in class at.ofai.music.plot.Axes
-
- setXTickLabel(String[]) - Method in class at.ofai.music.plot.Axes
-
Sets the xTickLabel as an array of Strings.
- setXTickLabelMode(String) - Method in class at.ofai.music.plot.Axes
-
- setXTickMode(String) - Method in class at.ofai.music.plot.Axes
-
- setXZoom(boolean) - Method in class at.ofai.music.plot.Axes
-
- setXZoom(double, double) - Method in class at.ofai.music.plot.Axes
-
Sets the x Zoom
- setY(double[]) - Method in class at.ofai.music.plot.Data2D
-
- setYAxisLocation(String) - Method in class at.ofai.music.plot.Axes
-
- setYColor(Color) - Method in class at.ofai.music.plot.Axes
-
- setYCurvature(double) - Method in class at.ofai.music.plot.Rectangle
-
- setYDir(String) - Method in class at.ofai.music.plot.Axes
-
- setYFact(double) - Method in class at.ofai.music.plot.Axes
-
- setYGrid(boolean) - Method in class at.ofai.music.plot.Axes
-
- setYLabel(String) - Method in class at.ofai.music.plot.Axes
-
Creates or sets the yLabel.
- setYLim(double[]) - Method in class at.ofai.music.plot.Axes
-
- setYLimMode(String) - Method in class at.ofai.music.plot.Axes
-
- setYMinorGrid(boolean) - Method in class at.ofai.music.plot.Axes
-
- setYMinorTick(boolean) - Method in class at.ofai.music.plot.Axes
-
- setYScale(String) - Method in class at.ofai.music.plot.Axes
-
- setYShift(double) - Method in class at.ofai.music.plot.Axes
-
- setYTick(double[]) - Method in class at.ofai.music.plot.Axes
-
- setYTickLabel(String[]) - Method in class at.ofai.music.plot.Axes
-
Sets the yTickLabel as an array of Strings.
- setYTickLabelMode(String) - Method in class at.ofai.music.plot.Axes
-
- setYTickMode(String) - Method in class at.ofai.music.plot.Axes
-
- setYZoom(boolean) - Method in class at.ofai.music.plot.Axes
-
- setYZoom(double, double) - Method in class at.ofai.music.plot.Axes
-
Sets the y Zoom
- shear(double, double) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Concatenates the current EpsGraphics2D Transform with a shearing
transform.
- sline(double, double, double, double) - Static method in class at.ofai.music.plot.Figure
-
- solid(float) - Static method in class at.ofai.music.plot.PlottableObject
-
Template stroke for a solid line with width lineWidth
- splot(double, double) - Static method in class at.ofai.music.plot.Figure
-
- splot(double, double, String) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[]) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], String) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], int) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], int, String) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], int, int) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], int, int, String) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], double[]) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], double[], String) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], double[], int) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], double[], int, String) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], double[], int, int) - Static method in class at.ofai.music.plot.Figure
-
- splot(double[], double[], int, int, String) - Static method in class at.ofai.music.plot.Figure
-
- splot(LinkedList<Double>) - Static method in class at.ofai.music.plot.Figure
-
- splot(LinkedList<Double>, String) - Static method in class at.ofai.music.plot.Figure
-
- splot(LinkedList<Double>, LinkedList<Double>) - Static method in class at.ofai.music.plot.Figure
-
- splot(LinkedList<Double>, LinkedList<Double>, String) - Static method in class at.ofai.music.plot.Figure
-
- srect() - Static method in class at.ofai.music.plot.Figure
-
- srect(double, double, double, double) - Static method in class at.ofai.music.plot.Figure
-
- srect(double, double, double, double, double, double) - Static method in class at.ofai.music.plot.Figure
-
- stext(double, double, String) - Static method in class at.ofai.music.plot.Figure
-
- string - Variable in class at.ofai.music.plot.Text
-
- stringToAttString(String) - Static method in class at.ofai.music.plot.Text
-
Converts a String to an AttributedString by superscripting
all characters following a "^" and subscripting all after a "_",
very much like in LaTeX.
- subplot(int, int, int) - Method in class at.ofai.music.plot.Figure
-
Creates the
n
th subplot in a
r
rows by
c
column layout (using a GridLayout
).
- sum(double[]) - Static method in class at.ofai.music.plot.M
-
Returns the sum of an array.
- sum(long[]) - Static method in class at.ofai.music.plot.M
-
Returns the sum of an array.
- sum(LinkedList<Double>) - Static method in class at.ofai.music.plot.M
-
Returns the sum of an LinkedList.