Package tech.molecules.leet.table.chart
Class MultiCircleDrawer
- java.lang.Object
-
- tech.molecules.leet.table.chart.MultiCircleDrawer
-
- All Implemented Interfaces:
org.jfree.chart.ui.Drawable
public class MultiCircleDrawer extends Object implements org.jfree.chart.ui.Drawable
-
-
Constructor Summary
Constructors Constructor Description MultiCircleDrawer(List<Paint> outlinePaints, Stroke outlineStroke)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(Graphics2D g2, Rectangle2D area)Draws the circle.
-
-
-
Method Detail
-
draw
public void draw(Graphics2D g2, Rectangle2D area)
Draws the circle.- Specified by:
drawin interfaceorg.jfree.chart.ui.Drawable- Parameters:
g2- the graphics device.area- the area in which to draw.
-
-