- CanvasGraphics2D - Class in org.jfree.graphics2d.canvas
-
A Graphics2D
implementation that writes out JavaScript code
that will draw to an HTML5 Canvas.
- CanvasGraphics2D(String) - Constructor for class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Creates a new instance.
- CanvasUtils - Class in org.jfree.graphics2d.canvas
-
- clearBeginGroupKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
-
- clearElementTitleKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
-
- clearEndGroupKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
-
- clearRect(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Clears the specified rectangle by filling it with the current
background color.
- clearRect(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Clears the specified rectangle by filling it with the current
background color.
- clip(Shape) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Clips to the intersection of the current clipping region and the
specified shape.
- clip(Shape) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Clips to the intersection of the current clipping region and the
specified shape.
- clipRect(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Clips to the intersection of the current clipping region and the
specified rectangle.
- clipRect(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Clips to the intersection of the current clipping region and the
specified rectangle.
- convertRenderedImage(RenderedImage) - Static method in class org.jfree.graphics2d.GraphicsUtils
-
Converts a rendered image to a BufferedImage
.
- copyArea(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Not yet implemented.
- copyArea(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
This method does nothing.
- copyOf(Shape) - Static method in class org.jfree.graphics2d.GraphicsUtils
-
Returns a shape that is (more or less) equivalent to the supplied shape.
- create() - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Creates a new graphics object that is a copy of this graphics object.
- create() - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Creates a new graphics object that is a copy of this graphics object
(except that it has not accumulated the drawing operations).
- createPolygon(int[], int[], int, boolean) - Static method in class org.jfree.graphics2d.GraphicsUtils
-
Creates a polygon from the specified x
and
y
coordinate arrays.