Uses of Class org.jfree.chart.event.ChartChangeEvent

Uses in package org.jfree.chart

Methods with parameter type org.jfree.chart.event.ChartChangeEvent

void
Receives notification of changes to the chart, and redraws the chart.
void
Sends a ChartChangeEvent to all registered listeners.

Uses in package org.jfree.chart.event

Classes derived from org.jfree.chart.event.ChartChangeEvent

class
A change event that encapsulates information about a change to an axis.
class
An event that can be forwarded to any MarkerChangeListener to signal a change to a Marker.
class
An event that can be forwarded to any PlotChangeListener to signal a change to a plot.
class
An event that can be forwarded to any RendererChangeListener to signal a change to a plot.
class
A change event that encapsulates information about a change to a chart title.

Methods with parameter type org.jfree.chart.event.ChartChangeEvent

void
Receives notification of a chart change event.