Skip navigation links
A C D E F G H I K L M N O P R S T V W 

D

dispose() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Does nothing.
dispose() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
This method does nothing, there are no resources to dispose.
draw(Shape) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the specified shape with the current paint and stroke.
draw(Shape) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the specified shape with the current paint and stroke.
drawArc(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws an arc contained within the rectangle (x, y, width, height), starting at startAngle and continuing through arcAngle degrees using the current paint and stroke.
drawArc(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws an arc contained within the rectangle (x, y, width, height), starting at startAngle and continuing through arcAngle degrees using the current paint and stroke.
drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the specified glyph vector at the location (x, y).
drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the specified glyph vector at the location (x, y).
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws an image with the specified transform.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the image resulting from applying the BufferedImageOp to the specified image at the location (x, y).
drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Not yet supported (but no exception is thrown).
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws an image to the rectangle (x, y, w, h) (scaling it if required), first filling the background with the specified color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws part of an image (defined by the source rectangle (sx1, sy1, sx2, sy2)) into the destination rectangle (dx1, dy1, dx2, dy2).
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws part of an image (defined by the source rectangle (sx1, sy1, sx2, sy2)) into the destination rectangle (dx1, dy1, dx2, dy2).
drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the image into the rectangle defined by (x, y, w, h).
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws an image to the rectangle (x, y, w, h) (scaling it if required), first filling the background with the specified color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws part of an image (defined by the source rectangle (sx1, sy1, sx2, sy2)) into the destination rectangle (dx1, dy1, dx2, dy2).
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws part of an image (defined by the source rectangle (sx1, sy1, sx2, sy2)) into the destination rectangle (dx1, dy1, dx2, dy2).
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws an image with the specified transform.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the image resulting from applying the BufferedImageOp to the specified image at the location (x, y).
drawLine(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws a line from (x1, y1) to (x2, y2) using the current paint and stroke.
drawLine(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws a line from (x1, y1) to (x2, y2) using the current paint and stroke.
drawOval(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws an oval framed by the rectangle (x, y, width, height) using the current paint and stroke.
drawOval(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws an oval framed by the rectangle (x, y, width, height) using the current paint and stroke.
drawPolygon(int[], int[], int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the specified polygon using the current paint and stroke.
drawPolygon(int[], int[], int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the specified polygon using the current paint and stroke.
drawPolyline(int[], int[], int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the specified multi-segment line using the current paint and stroke.
drawPolyline(int[], int[], int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the specified multi-segment line using the current paint and stroke.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the renderable image.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the renderable image.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws the rendered image.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws the rendered image.
drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws a rectangle with rounded corners using the current paint and stroke.
drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws a rectangle with rounded corners using the current paint and stroke.
drawString(String, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws a string at (x, y).
drawString(String, float, float) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws a string at (x, y).
drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws a string of attributed characters at (x, y).
drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
Draws a string of attributed characters at (x, y).
drawString(String, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws a string at (x, y).
drawString(String, float, float) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws a string at (x, y).
drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws a string of attributed characters at (x, y).
drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
Draws a string of attributed characters at (x, y).
A C D E F G H I K L M N O P R S T V W 
Skip navigation links