|
|||||||||
| Home >> All >> org >> jfree >> chart >> [ annotations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfree.chart.annotations
Interface CategoryAnnotation

- All Known Implementing Classes:
- CategoryTextAnnotation
- public interface CategoryAnnotation
The interface that must be supported by annotations that are to be added to a org.jfree.chart.plot.CategoryPlot.
| Method Summary | |
void |
draw(java.awt.Graphics2D g2,
org.jfree.chart.plot.CategoryPlot plot,
java.awt.geom.Rectangle2D dataArea,
org.jfree.chart.axis.CategoryAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis)
Draws the annotation. |
| Method Detail |
draw
public void draw(java.awt.Graphics2D g2, org.jfree.chart.plot.CategoryPlot plot, java.awt.geom.Rectangle2D dataArea, org.jfree.chart.axis.CategoryAxis domainAxis, org.jfree.chart.axis.ValueAxis rangeAxis)
- Draws the annotation.
|
|||||||||
| Home >> All >> org >> jfree >> chart >> [ annotations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC