|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.DefaultShapeFactory
Default provider of shapes for indicating data points on a Plot.
Constructor Summary | |
DefaultShapeFactory()
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 DefaultShapeFactory()
Method Detail |
public java.awt.Shape getShape(int series, int item, double x, double y, double scale)
getShape
in interface ShapeFactory
series
- number of series.item
- index of the item. Not used, i.e. redundant..x
- the centered x position of the shape.y
- the centered y position of the shape.scale
- the size of the shape (width and height, radius).
public java.awt.Shape getShape(int series, java.lang.Object category, double x, double y, double scale)
getShape
in interface ShapeFactory
series
- number of series. Not used, i.e. redundant.category
- the category. Not used, i.e. redundant.x
- the centered x position of the shape.y
- the centered y position of the shape.scale
- the size of the shape (width and height, radius).
scale
centered at (x,y).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |