Package | Description |
---|---|
org.jfree.chart.annotations | |
org.jfree.chart.event |
Modifier and Type | Interface and Description |
---|---|
interface |
XYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotation
An abstract implementation of the
Annotation interface, containing a
mechanism for registering change listeners. |
class |
AbstractXYAnnotation
The interface that must be supported by annotations that are to be added to
an
XYPlot . |
class |
XYTextAnnotation
A text annotation that can be placed at a particular (x, y) location on an
XYPlot . |
class |
XYTitleAnnotation
|
Modifier and Type | Method and Description |
---|---|
Annotation |
AnnotationChangeEvent.getAnnotation()
Returns the annotation that triggered the event.
|
Constructor and Description |
---|
AnnotationChangeEvent(java.lang.Object source,
Annotation annotation)
Creates a new
AnnotationChangeEvent instance. |