Uses of Interface
org.jfree.chart.annotations.Annotation
Packages that use Annotation
-
Uses of Annotation in org.jfree.chart.annotations
Subinterfaces of Annotation in org.jfree.chart.annotationsModifier and TypeInterfaceDescriptioninterfaceThe interface that must be supported by annotations that are to be added to aCategoryPlot.interfaceThe interface that must be supported by annotations that are to be added to anXYPlot.Classes in org.jfree.chart.annotations that implement AnnotationModifier and TypeClassDescriptionclassAn abstract implementation of theAnnotationinterface, containing a mechanism for registering change listeners.classThe interface that must be supported by annotations that are to be added to anXYPlot.classA line annotation that can be placed on aCategoryPlot.classAn arrow and label that can be placed on aCategoryPlot.classA text annotation that can be placed on aCategoryPlot.classA base class for text annotations.classA box annotation that can be placed on anXYPlot.classAn annotation that allows an image to be placed within a rectangle specified in data coordinates on anXYPlot.classA general annotation that can be placed on anXYPlot.classAn annotation that allows an image to be placed at some location on anXYPlot.classA simple line annotation that can be placed on anXYPlot.classAn arrow and label that can be placed on anXYPlot.classA polygon annotation that can be placed on anXYPlot.classA simpleShapeannotation that can be placed on anXYPlot.classA 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 newAnnotationChangeEventinstance.