Uses of Interface
org.jfree.chart.annotations.CategoryAnnotation
Packages that use CategoryAnnotation
Package
Description
A framework for adding annotations to charts.
Plot classes and related interfaces.
-
Uses of CategoryAnnotation in org.jfree.chart.annotations
Classes in org.jfree.chart.annotations that implement CategoryAnnotationModifier and TypeClassDescriptionclassA line annotation that can be placed on aCategoryPlot.classAn arrow and label that can be placed on aCategoryPlot.classA 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 CategoryAnnotationModifier and TypeMethodDescriptionvoidCategoryPlot.addAnnotation(CategoryAnnotation annotation) Adds an annotation to the plot and sends aPlotChangeEventto all registered listeners.voidCategoryPlot.addAnnotation(CategoryAnnotation annotation, boolean notify) Adds an annotation to the plot and, if requested, sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeAnnotation(CategoryAnnotation annotation) Removes an annotation from the plot and sends aPlotChangeEventto all registered listeners.booleanCategoryPlot.removeAnnotation(CategoryAnnotation annotation, boolean notify) Removes an annotation from the plot and, if requested, sends aPlotChangeEventto all registered listeners.