Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.annotations |
A framework for adding annotations to charts.
|
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.
|
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
Class and Description |
---|
XYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |
Class and Description |
---|
AbstractAnnotation
An abstract implementation of the
Annotation interface, containing a
mechanism for registering change listeners. |
AbstractXYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |
Annotation
The base interface for annotations.
|
CategoryAnnotation
The interface that must be supported by annotations that are to be added to
a
CategoryPlot . |
CategoryTextAnnotation
A text annotation that can be placed on a
CategoryPlot . |
TextAnnotation
A base class for text annotations.
|
XYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |
XYAnnotationBoundsInfo
An interface that supplies information about the bounds of the annotation.
|
XYTextAnnotation
A text annotation that can be placed at a particular (x, y) location on an
XYPlot . |
Class and Description |
---|
Annotation
The base interface for annotations.
|
Class and Description |
---|
CategoryAnnotation
The interface that must be supported by annotations that are to be added to
a
CategoryPlot . |
XYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |
Class and Description |
---|
XYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |