Class MultiCircleDrawer

  • All Implemented Interfaces:
    org.jfree.chart.ui.Drawable

    public class MultiCircleDrawer
    extends Object
    implements org.jfree.chart.ui.Drawable
    • Constructor Detail

      • MultiCircleDrawer

        public MultiCircleDrawer​(List<Paint> outlinePaints,
                                 Stroke outlineStroke)
        Creates a new instance.
        Parameters:
        outlinePaints - the outline paint.
        outlineStroke - the outline stroke.
    • Method Detail

      • draw

        public void draw​(Graphics2D g2,
                         Rectangle2D area)
        Draws the circle.
        Specified by:
        draw in interface org.jfree.chart.ui.Drawable
        Parameters:
        g2 - the graphics device.
        area - the area in which to draw.