Uses of Package
org.jfree.chart.annotations
-
Packages that use org.jfree.chart.annotations Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.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.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
Classes in org.jfree.chart.annotations used by org.jfree.chart Class Description XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
. -
Classes in org.jfree.chart.annotations used by org.jfree.chart.annotations Class Description AbstractAnnotation An abstract implementation of theAnnotation
interface, containing a mechanism for registering change listeners.AbstractXYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
.Annotation The base interface for annotations.CategoryAnnotation The interface that must be supported by annotations that are to be added to aCategoryPlot
.CategoryTextAnnotation A text annotation that can be placed on aCategoryPlot
.TextAnnotation A base class for text annotations.XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
.XYAnnotationBoundsInfo An interface that supplies information about the bounds of the annotation.XYPointerAnnotation An arrow and label that can be placed on anXYPlot
.XYTextAnnotation A text annotation that can be placed at a particular (x, y) location on anXYPlot
. -
Classes in org.jfree.chart.annotations used by org.jfree.chart.event Class Description Annotation The base interface for annotations. -
Classes in org.jfree.chart.annotations used by org.jfree.chart.plot Class Description CategoryAnnotation The interface that must be supported by annotations that are to be added to aCategoryPlot
.XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
. -
Classes in org.jfree.chart.annotations used by org.jfree.chart.renderer.xy Class Description XYAnnotation The interface that must be supported by annotations that are to be added to anXYPlot
.