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