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

C

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
Utility methods related to the CanvasGraphics2D implementation.
clearBeginGroupKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_BEGIN_GROUP.
clearElementTitleKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_ELEMENT_TITLE.
clearEndGroupKeys() - Static method in class org.jfree.graphics2d.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_END_GROUP.
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.
A C D E F G H I K L M N O P R S T V W 
Skip navigation links