Uses of Interface
org.jfree.chart.annotations.CategoryAnnotation
Package | Description |
---|---|
org.jfree.chart.annotations |
A framework for addings annotations to charts.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of CategoryAnnotation in org.jfree.chart.annotations
Classes in org.jfree.chart.annotations that implement CategoryAnnotation Modifier and Type Class Description class
CategoryTextAnnotation
A text annotation that can be placed on aCategoryPlot
. -
Uses of CategoryAnnotation in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type CategoryAnnotation Modifier and Type Method Description void
CategoryPlot. addAnnotation(CategoryAnnotation annotation)
Adds an annotation to the plot.