Uses of Interface
org.jfree.chart.annotations.Annotation
Packages that use Annotation
Package
Description
A framework for adding annotations to charts.
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
-
Uses of Annotation in org.jfree.chart.annotations
Subinterfaces of Annotation in org.jfree.chart.annotationsModifier and TypeInterfaceDescriptioninterface
The interface that must be supported by annotations that are to be added to aCategoryPlot
.interface
The interface that must be supported by annotations that are to be added to anXYPlot
.Classes in org.jfree.chart.annotations that implement AnnotationModifier and TypeClassDescriptionclass
An abstract implementation of theAnnotation
interface, containing a mechanism for registering change listeners.class
The interface that must be supported by annotations that are to be added to anXYPlot
.class
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
.class
A base class for text annotations.class
A box annotation that can be placed on anXYPlot
.class
An annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot
.class
This annotation can be put on anXYPlot
to ensure a visible data range.class
A general annotation that can be placed on anXYPlot
.class
An annotation that allows an image to be placed at some location on anXYPlot
.class
An arrow and label that can be placed on anXYPlot
.class
A simple line annotation that can be placed on anXYPlot
.class
An line and label that can be placed on anXYPlot
.class
An arrow and label that can be placed on anXYPlot
.class
A polygon annotation that can be placed on anXYPlot
.class
A simpleShape
annotation that can be placed on anXYPlot
.class
A text annotation that can be placed at a particular (x, y) location on anXYPlot
.class
-
Uses of Annotation in org.jfree.chart.event
Methods in org.jfree.chart.event that return AnnotationModifier and TypeMethodDescriptionAnnotationChangeEvent.getAnnotation()
Returns the annotation that triggered the event.Constructors in org.jfree.chart.event with parameters of type AnnotationModifierConstructorDescriptionAnnotationChangeEvent
(Object source, Annotation annotation) Creates a newAnnotationChangeEvent
instance.