Uses of Interface
org.jfree.chart.annotations.Annotation
-
Packages that use Annotation Package Description org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.event 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.annotations Modifier and Type Interface Description interface
CategoryAnnotation
The interface that must be supported by annotations that are to be added to aCategoryPlot
.interface
XYAnnotation
The interface that must be supported by annotations that are to be added to anXYPlot
.Classes in org.jfree.chart.annotations that implement Annotation Modifier and Type Class Description class
AbstractAnnotation
An abstract implementation of theAnnotation
interface, containing a mechanism for registering change listeners.class
AbstractXYAnnotation
The interface that must be supported by annotations that are to be added to anXYPlot
.class
CategoryLineAnnotation
A line annotation that can be placed on aCategoryPlot
.class
CategoryPointerAnnotation
An arrow and label that can be placed on aCategoryPlot
.class
CategoryTextAnnotation
A text annotation that can be placed on aCategoryPlot
.class
TextAnnotation
A base class for text annotations.class
XYBoxAnnotation
A box annotation that can be placed on anXYPlot
.class
XYDataImageAnnotation
An annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot
.class
XYDataRangeAnnotation
This annotation can be put on anXYPlot
to ensure a visible data range.class
XYDrawableAnnotation
A general annotation that can be placed on anXYPlot
.class
XYImageAnnotation
An annotation that allows an image to be placed at some location on anXYPlot
.class
XYInversePointerAnnotation
An arrow and label that can be placed on anXYPlot
.class
XYLineAnnotation
A simple line annotation that can be placed on anXYPlot
.class
XYNoteAnnotation
An line and label that can be placed on anXYPlot
.class
XYPointerAnnotation
An arrow and label that can be placed on anXYPlot
.class
XYPolygonAnnotation
A polygon annotation that can be placed on anXYPlot
.class
XYShapeAnnotation
A simpleShape
annotation that can be placed on anXYPlot
.class
XYTextAnnotation
A text annotation that can be placed at a particular (x, y) location on anXYPlot
.class
XYTitleAnnotation
-
Uses of Annotation in org.jfree.chart.event
Fields in org.jfree.chart.event declared as Annotation Modifier and Type Field Description private Annotation
AnnotationChangeEvent. annotation
The annotation that generated the event.Methods in org.jfree.chart.event that return Annotation Modifier and Type Method Description Annotation
AnnotationChangeEvent. getAnnotation()
Returns the annotation that triggered the event.Constructors in org.jfree.chart.event with parameters of type Annotation Constructor Description AnnotationChangeEvent(java.lang.Object source, Annotation annotation)
Creates a newAnnotationChangeEvent
instance.
-