Package org.jCharts.properties.util
Class ChartItem
- java.lang.Object
-
- org.jCharts.properties.util.ChartItem
-
- Direct Known Subclasses:
ChartFont
,ChartStroke
public abstract class ChartItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.awt.Paint
DEFAULT_PAINT
private java.awt.Paint
paint
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Paint
getPaint()
void
setupGraphics2D(java.awt.Graphics2D graphics2D)
Sets the Paint and Stroke implementations on the Graphics2D Object
-