Uses of Interface
org.jfree.chart.annotations.CategoryAnnotation
-
Uses of CategoryAnnotation in org.jfree.chart.annotations
Modifier and TypeClassDescriptionclass
A line annotation that can be placed on aCategoryPlot
.class
An arrow and label that can be placed on aCategoryPlot
.class
A text annotation that can be placed on aCategoryPlot
. -
Uses of CategoryAnnotation in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
CategoryPlot.addAnnotation
(CategoryAnnotation annotation) Adds an annotation to the plot and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.addAnnotation
(CategoryAnnotation annotation, boolean notify) Adds an annotation to the plot and, if requested, sends aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeAnnotation
(CategoryAnnotation annotation) Removes an annotation from the plot and sends aPlotChangeEvent
to all registered listeners.boolean
CategoryPlot.removeAnnotation
(CategoryAnnotation annotation, boolean notify) Removes an annotation from the plot and, if requested, sends aPlotChangeEvent
to all registered listeners.