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 interfaceCategoryAnnotationThe interface that must be supported by annotations that are to be added to aCategoryPlot.interfaceXYAnnotationThe 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 classAbstractAnnotationAn abstract implementation of theAnnotationinterface, containing a mechanism for registering change listeners.classAbstractXYAnnotationThe interface that must be supported by annotations that are to be added to anXYPlot.classCategoryLineAnnotationA line annotation that can be placed on aCategoryPlot.classCategoryPointerAnnotationAn arrow and label that can be placed on aCategoryPlot.classCategoryTextAnnotationA text annotation that can be placed on aCategoryPlot.classTextAnnotationA base class for text annotations.classXYBoxAnnotationA box annotation that can be placed on anXYPlot.classXYDataImageAnnotationAn annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot.classXYDrawableAnnotationA general annotation that can be placed on anXYPlot.classXYImageAnnotationAn annotation that allows an image to be placed at some location on anXYPlot.classXYLineAnnotationA simple line annotation that can be placed on anXYPlot.classXYPointerAnnotationAn arrow and label that can be placed on anXYPlot.classXYPolygonAnnotationA polygon annotation that can be placed on anXYPlot.classXYShapeAnnotationA simpleShapeannotation that can be placed on anXYPlot.classXYTextAnnotationA text annotation that can be placed at a particular (x, y) location on anXYPlot.classXYTitleAnnotation -
Uses of Annotation in org.jfree.chart.event
Methods in org.jfree.chart.event that return Annotation Modifier and Type Method Description AnnotationAnnotationChangeEvent. getAnnotation()Returns the annotation that triggered the event.Constructors in org.jfree.chart.event with parameters of type Annotation Constructor Description AnnotationChangeEvent(Object source, Annotation annotation)Creates a newAnnotationChangeEventinstance.
-