Uses of Interface org.jfree.chart.annotations.CategoryAnnotation

Uses in package org.jfree.chart.annotations

Classes implementing org.jfree.chart.annotations.CategoryAnnotation

class
A line annotation that can be placed on a CategoryPlot.
class
An arrow and label that can be placed on a CategoryPlot.
class
A text annotation that can be placed on a CategoryPlot.

Uses in package org.jfree.chart.plot

Methods with parameter type org.jfree.chart.annotations.CategoryAnnotation

void
Adds an annotation to the plot and sends a PlotChangeEvent to all registered listeners.
void
CategoryPlot.addAnnotation(CategoryAnnotation annotation, boolean notify)
Adds an annotation to the plot and, if requested, sends a PlotChangeEvent to all registered listeners.
boolean
Removes an annotation from the plot and sends a PlotChangeEvent to all registered listeners.
boolean
CategoryPlot.removeAnnotation(CategoryAnnotation annotation, boolean notify)
Removes an annotation from the plot and, if requested, sends a PlotChangeEvent to all registered listeners.