|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.SeriesShapeFactory
Provider of shapes for indicating data points on a Plot. This one uses a distinct shape for each series, looping if it exhausts the possibilities.
Constructor Summary | |
SeriesShapeFactory()
Deprecated. |
Method Summary | |
java.awt.Shape |
getShape(int series,
int item,
double x,
double y,
double scale)
Deprecated. Returns a Shape that can be used in plotting data. |
java.awt.Shape |
getShape(int series,
java.lang.Object category,
double x,
double y,
double scale)
Deprecated. Returns a Shape that can be used in plotting data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SeriesShapeFactory()
Method Detail |
public java.awt.Shape getShape(int series, int item, double x, double y, double scale)
getShape
in interface ShapeFactory
series
- the index of the series.item
- the index of the item.x
- x-coordinate of the item.y
- y-coordinate of the item.scale
- the size.
public java.awt.Shape getShape(int series, java.lang.Object category, double x, double y, double scale)
getShape
in interface ShapeFactory
series
- the index of the series.category
- the category.x
- x-coordinate of the category.y
- y-coordinate of the category.scale
- the size.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |