| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Chart3D
A chart object for 3D charts (this is the umbrella object that manages all
the components of the chart).
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardChartStyle.addChangeListener(ChartStyleChangeListener listener)
Registers a listener to receive notification of changes to the chart.
|
void |
ChartStyle.addChangeListener(ChartStyleChangeListener listener)
Registers a listener to receive notification of changes to the chart
style.
|
void |
StandardChartStyle.removeChangeListener(ChartStyleChangeListener listener)
Deregisters a listener so that it no longer receives notification of
changes to the chart.
|
void |
ChartStyle.removeChangeListener(ChartStyleChangeListener listener)
Deregisters a listener so that it no longer receives notification of
chart changes.
|