Package | Description |
---|---|
org.jfree.chart.axis | |
org.jfree.chart.event | |
org.jfree.chart.plot | |
org.jfree.chart.title |
Modifier and Type | Method and Description |
---|---|
protected void |
Axis.notifyListeners(AxisChangeEvent event)
Notifies all registered listeners that the axis has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisChangeListener.axisChanged(AxisChangeEvent event)
Receives notification of an axis change event.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot.axisChanged(AxisChangeEvent event)
Receives notification of a change to one of the plot's axes.
|
Modifier and Type | Method and Description |
---|---|
void |
PaintScaleLegend.axisChanged(AxisChangeEvent event)
Receives notification of an axis change event and responds by firing
a title change event.
|