Uses of Package
org.jfree.chart.annotations
Package | Description |
---|---|
org.jfree.chart.annotations |
A framework for addings annotations to charts.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Classes in org.jfree.chart.annotations used by org.jfree.chart.annotations Class Description CategoryAnnotation The interface that must be supported by annotations that are to be added to anCategoryPlot
.TextAnnotation A base class for text annotations.XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
.XYTextAnnotation A text annotation that can be placed at a particular (x, y) location on anXYPlot
. -
Classes in org.jfree.chart.annotations used by org.jfree.chart.plot Class Description CategoryAnnotation The interface that must be supported by annotations that are to be added to anCategoryPlot
.XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
.