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

Uses in package org.jfree.chart.annotations

Classes implementing org.jfree.chart.annotations.XYAnnotation

class
The interface that must be supported by annotations that are to be added to an XYPlot.
class
A box annotation that can be placed on an XYPlot.
class
A general annotation that can be placed on an XYPlot.
class
An annotation that allows an image to be placed at some location on an XYPlot.
class
A simple line annotation that can be placed on an XYPlot.
class
An arrow and label that can be placed on an XYPlot.
class
A polygon annotation that can be placed on an XYPlot.
class
A simple Shape annotation that can be placed on an XYPlot.
class
A text annotation that can be placed at a particular (x, y) location on an XYPlot.

Uses in package org.jfree.chart.plot

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

void
Adds an annotation to the plot.
void
Adds an annotation to the plot and sends a PlotChangeEvent to all registered listeners.
boolean
Removes an annotation from the plot and sends a PlotChangeEvent to all registered listeners.

Uses in package org.jfree.chart.renderer.xy

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

void
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
void
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
void
Adds an annotation to the specified layer.
void
XYItemRenderer.addAnnotation(XYAnnotation annotation, Layer layer)
Adds an annotation to the specified layer.
boolean
Removes the specified annotation and sends a RendererChangeEvent to all registered listeners.
boolean
Removes the specified annotation and sends a RendererChangeEvent to all registered listeners.