Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
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.fx |
Core classes that provide JavaFX support for JFreeChart.
|
org.jfree.chart.plot.dial |
Classes for creating dial plots.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartPanel.chartChanged(ChartChangeEvent event)
Receives notification of changes to the chart, and redraws the chart.
|
protected void |
JFreeChart.notifyListeners(ChartChangeEvent event)
Sends a
ChartChangeEvent to all registered listeners. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationChangeEvent
An event that can be forwarded to any
AnnotationChangeListener to
signal a change to an Annotation . |
class |
AxisChangeEvent
A change event that encapsulates information about a change to an axis.
|
class |
MarkerChangeEvent
An event that can be forwarded to any
MarkerChangeListener to
signal a change to a Marker . |
class |
PlotChangeEvent
An event that can be forwarded to any
PlotChangeListener to signal a change to a
plot. |
class |
RendererChangeEvent
An event that can be forwarded to any
RendererChangeListener to
signal a change to a renderer. |
class |
TitleChangeEvent
A change event that encapsulates information about a change to a chart title.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartChangeListener.chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartCanvas.chartChanged(ChartChangeEvent event)
Receives a notification from the chart that it has been changed and
responds by redrawing the chart entirely.
|
Modifier and Type | Class and Description |
---|---|
class |
DialLayerChangeEvent
An event that can be forwarded to any
DialLayerChangeListener to
signal a change to a DialLayer . |