public abstract class ChartItem extends Object
Modifier and Type | Field and Description |
---|---|
private static Paint |
DEFAULT_PAINT |
private Paint |
paint |
Modifier and Type | Method and Description |
---|---|
Paint |
getPaint() |
void |
setupGraphics2D(Graphics2D graphics2D)
Sets the Paint and Stroke implementations on the Graphics2D Object
|
public ChartItem()
public ChartItem(Paint paint)
public Paint getPaint()
public void setupGraphics2D(Graphics2D graphics2D)
graphics2D
-