public class ChartStyleChangeEvent extends java.util.EventObject
ChartStyle.
| Constructor and Description |
|---|
ChartStyleChangeEvent(ChartStyle style)
Creates a new event.
|
ChartStyleChangeEvent(java.lang.Object source,
ChartStyle style)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
ChartStyle |
getChartStyle()
Returns the chart style that this event is associated with.
|
public ChartStyleChangeEvent(ChartStyle style)
style - the style (null not permitted).public ChartStyleChangeEvent(java.lang.Object source, ChartStyle style)
source - the source.style - the style (null not permitted).public ChartStyle getChartStyle()
null).