|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICategoryAnnotation
Title: IJChart
The interface that must be supported by annotations that are to be added to CategoryPlot.Description: a chart library for the Java(tm) platform.
Copyright: Copyright (c) 2013
Company:
| Method Summary | |
|---|---|
void |
drawAnnotation(CategoryAxis categoryAxis,
AbstractValueAxis valueAxis,
RectangleEdge valueAxisEdge,
java.awt.geom.Rectangle2D dataArea,
ChartOrientation orientation,
AnnotationShapeCollection annotationShapes)
Draws the annotation. |
| Method Detail |
|---|
void drawAnnotation(CategoryAxis categoryAxis,
AbstractValueAxis valueAxis,
RectangleEdge valueAxisEdge,
java.awt.geom.Rectangle2D dataArea,
ChartOrientation orientation,
AnnotationShapeCollection annotationShapes)
categoryAxis - CategoryAxis
The category axis (null not permitted).valueAxis - AbstractValueAxis
The value axis (null not permitted).valueAxisEdge - RectangleEdge
The value axis edge (null not permitted).dataArea - Rectangle2D
The chart data area (null not permitted).orientation - ChartOrientation
The chart orientation (null not permitted).annotationShapes - AnnotationShapeCollection
Collects information about the annotation (null not permitted).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||