Package | Description |
---|---|
org.jfree.chart | |
org.jfree.chart.annotations | |
org.jfree.chart.plot | |
org.jfree.chart.renderer.xy |
Modifier and Type | Method and Description |
---|---|
protected void |
StandardChartTheme.applyToXYAnnotation(XYAnnotation annotation)
Applies the settings of this theme to the specified annotation.
|
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
void |
XYPlot.addAnnotation(XYAnnotation annotation)
Adds an annotation to the plot and sends a
PlotChangeEvent to
all registered listeners. |
void |
XYPlot.addAnnotation(XYAnnotation annotation,
boolean notify)
Adds an annotation to the plot and, if requested, sends a
PlotChangeEvent to all registered listeners. |
boolean |
XYPlot.removeAnnotation(XYAnnotation annotation)
Removes an annotation from the plot and sends a
PlotChangeEvent
to all registered listeners. |
boolean |
XYPlot.removeAnnotation(XYAnnotation annotation,
boolean notify)
Removes an annotation from the plot and sends a
PlotChangeEvent
to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
void |
XYItemRenderer.addAnnotation(XYAnnotation annotation)
Adds an annotation and sends a
RendererChangeEvent to all
registered listeners. |
void |
AbstractXYItemRenderer.addAnnotation(XYAnnotation annotation)
Adds an annotation and sends a
RendererChangeEvent to all
registered listeners. |
void |
XYItemRenderer.addAnnotation(XYAnnotation annotation,
Layer layer)
Adds an annotation to the specified layer.
|
void |
AbstractXYItemRenderer.addAnnotation(XYAnnotation annotation,
Layer layer)
Adds an annotation to the specified layer and sends a
RendererChangeEvent to all registered listeners. |
boolean |
XYItemRenderer.removeAnnotation(XYAnnotation annotation)
Removes the specified annotation and sends a
RendererChangeEvent
to all registered listeners. |
boolean |
AbstractXYItemRenderer.removeAnnotation(XYAnnotation annotation)
Removes the specified annotation and sends a
RendererChangeEvent
to all registered listeners. |