Uses of Class
org.jfree.chart.event.AxisChangeEvent
Package | Description |
---|---|
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of AxisChangeEvent in org.jfree.chart.event
Methods in org.jfree.chart.event with parameters of type AxisChangeEvent Modifier and Type Method Description void
AxisChangeListener. axisChanged(AxisChangeEvent event)
Receives notification of an axis change event. -
Uses of AxisChangeEvent in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type AxisChangeEvent Modifier and Type Method Description void
ContourPlot. axisChanged(AxisChangeEvent event)
Receives notification of a change to one of the plot's axes.void
Plot. axisChanged(AxisChangeEvent event)
Receives notification of a change to one of the plot's axes.