Uses of Interface
org.jfree.chart.annotations.CategoryAnnotation
-
Packages that use CategoryAnnotation Package Description org.jfree.chart.annotations A framework for adding 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 classCategoryLineAnnotationA line annotation that can be placed on aCategoryPlot.classCategoryPointerAnnotationAn arrow and label that can be placed on aCategoryPlot.classCategoryTextAnnotationA text annotation that can be placed on aCategoryPlot. -
Uses of CategoryAnnotation in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return types with arguments of type CategoryAnnotation Modifier and Type Method Description List<CategoryAnnotation>CategoryPlot. getAnnotations()Returns the list of annotations.Methods in org.jfree.chart.plot with parameters of type CategoryAnnotation Modifier and Type Method Description voidCategoryPlot. 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.
-