- dashdotted(float) - Static method in class at.ofai.music.plot.PlottableObject
-
Template stroke for a dashdotted line with width lineWidth
- dashed(float) - Static method in class at.ofai.music.plot.PlottableObject
-
Template stroke for a dashed line with width lineWidth
- Data2D - Class in at.ofai.music.plot
-
- Data2D(double[], double[]) - Constructor for class at.ofai.music.plot.Data2D
-
- DEFAULT - Static variable in class at.ofai.music.plot.Axes
-
- defaultAdditionalKeysColor - Static variable in class at.ofai.music.plot.Keyboard
-
- defaultColor - Static variable in class at.ofai.music.plot.PlottableObject
-
- defaultKeyboardColor - Static variable in class at.ofai.music.plot.Keyboard
-
- defaultLineStyle - Static variable in class at.ofai.music.plot.PlottableObject
-
- defaultLineWidth - Static variable in class at.ofai.music.plot.PlottableObject
-
- defaultMiddleCColor - Static variable in class at.ofai.music.plot.Keyboard
-
- dispose() - Method in class at.ofai.music.plot.EpsGraphics2D
-
Disposes of all resources used by this EpsGraphics2D object.
- doStroke - Variable in class at.ofai.music.plot.Axes
-
- dotted(float) - Static method in class at.ofai.music.plot.PlottableObject
-
Template stroke for a dotted line with width lineWidth.
- draw(Shape) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a Shape on the EPS document.
- draw3DRect(int, int, int, int, boolean) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a 3D rectangle outline.
- drawArc(int, int, int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an arc.
- drawAsterisk(Graphics2D, double, double, double) - Method in class at.ofai.music.plot.Plot
-
If on of the given values is within the limits return true.
- drawBytes(byte[], int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws the specified bytes, starting from (x,y)
- drawChars(char[], int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws the specified characters, starting from (x,y)
- drawCross(Graphics2D, double, double, double) - Method in class at.ofai.music.plot.Plot
-
- drawDiamond(Graphics2D, double, double, double) - Method in class at.ofai.music.plot.Plot
-
- drawDot(Graphics2D, double, double, double) - Method in class at.ofai.music.plot.Plot
-
- drawGlyphVector(GlyphVector, float, float) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a GlyphVector at (x,y)
- drawImage(Image, AffineTransform, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an Image on the EPS document.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a BufferedImage on the EPS document.
- drawImage(Image, int, int, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, Color, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an image.
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an image.
- drawLine(double, double, double, double) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a straight line from (x1,y1) to (x2,y2).
- drawLine(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a straight line from (x1,y1) to (x2,y2).
- drawOval(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws an oval.
- drawPlus(Graphics2D, double, double, double) - Method in class at.ofai.music.plot.Plot
-
- drawPolygon(int[], int[], int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a polygon made with the specified points.
- drawPolygon(Polygon) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a polygon.
- drawPolyline(int[], int[], int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a polyline.
- drawRect(int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a rectangle with top-left corner placed at (x,y).
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a RenderableImage by invoking its createDefaultRendering method.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a RenderedImage on the EPS document.
- drawRoundRect(int, int, int, int, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a rounded rectangle.
- drawSelection(Rectangle2D) - Method in class at.ofai.music.plot.Axes
-
- drawSquare(Graphics2D, double, double, double) - Method in class at.ofai.music.plot.Plot
-
- drawString(String, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a string at (x,y)
- drawString(String, float, float) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws a string at (x,y)
- drawString(AttributedCharacterIterator, int, int) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws the characters of an AttributedCharacterIterator, starting from
(x,y).
- drawString(AttributedCharacterIterator, float, float) - Method in class at.ofai.music.plot.EpsGraphics2D
-
Draws the characters of an AttributedCharacterIterator, starting from
(x,y).
- drawTriangle(Graphics2D, double, double, double, boolean, String) - Method in class at.ofai.music.plot.Plot
-