- 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.svg.SVGGraphics2D
-
Clears the specified rectangle by filling it with the current
background color.
- 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.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.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.svg.SVGGraphics2D
-
Creates a new graphics object that is a copy of this graphics object
(except that it has not accumulated the drawing operations).
- createCompatibleImage(int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Creates a compatible image.n This override is only here to provide
support for Java 6 because from Java 7 onwards the super class has a
non-abstract implementation for this method.
- createCompatibleVolatileImage(int, int, ImageCapabilities, int) - Method in class org.jfree.graphics2d.svg.SVGGraphicsConfiguration
-
Returns a volatile image.
- createPolygon(int[], int[], int, boolean) - Static method in class org.jfree.graphics2d.GraphicsUtils
-
Creates a polygon from the specified x
and y
coordinate
arrays.