|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jCharts.properties.util.ChartItem
public abstract class ChartItem
| Field Summary | |
|---|---|
private static java.awt.Paint |
DEFAULT_PAINT
|
private java.awt.Paint |
paint
|
| Constructor Summary | |
|---|---|
ChartItem()
|
|
ChartItem(java.awt.Paint paint)
|
|
| Method Summary | |
|---|---|
java.awt.Paint |
getPaint()
|
void |
setupGraphics2D(java.awt.Graphics2D graphics2D)
Sets the Paint and Stroke implementations on the Graphics2D Object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.awt.Paint DEFAULT_PAINT
private java.awt.Paint paint
| Constructor Detail |
|---|
public ChartItem()
public ChartItem(java.awt.Paint paint)
| Method Detail |
|---|
public java.awt.Paint getPaint()
public void setupGraphics2D(java.awt.Graphics2D graphics2D)
graphics2D -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||