- fill(Shape) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Fills the specified shape with the current paint
.
- fill(Shape) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Fills the specified shape with the current paint
.
- fillArc(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Fills an arc contained within the rectangle
(x, y, width, height)
, starting at startAngle
and continuing through arcAngle
degrees, using
the current paint
- fillArc(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Fills an arc contained within the rectangle
(x, y, width, height)
, starting at startAngle
and continuing through arcAngle
degrees, using
the current paint
- fillOval(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Fills an oval framed by the rectangle (x, y, width, height)
.
- fillOval(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Fills an oval framed by the rectangle (x, y, width, height)
.
- fillPolygon(int[], int[], int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Fills the specified polygon using the current paint
.
- fillPolygon(int[], int[], int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Fills the specified polygon using the current paint
.
- fillRect(int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Fills the specified rectangle with the current paint
.
- fillRect(int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Fills the specified rectangle with the current paint
.
- fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.canvas.CanvasGraphics2D
-
Fills a rectangle with rounded corners using the current
paint
.
- fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.graphics2d.svg.SVGGraphics2D
-
Fills a rectangle with rounded corners using the current paint
.
- FontMapper - Interface in org.jfree.graphics2d.svg
-
An object that can (optionally) translate one font family name to an
alternative.