|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawableI
An object which can be drawn on a DefaultChart.
Method Summary | |
---|---|
void |
drawMe(GraphicsI g,
Scale s,
java.lang.Object c)
This method is automatically called by DefaultChart to draw the objects it contains, so end users should never call drawMe directly. |
double |
maxY(double minX,
double maxX)
Returns the maximum y value that should be represented in the DefaultChart for this object to be drawn properly. |
double |
minY(double minX,
double maxX)
Returns the minimum y value that should be represented in the DefaultChart for this object to be drawn properly. |
Method Detail |
---|
void drawMe(GraphicsI g, Scale s, java.lang.Object c)
g
- the surface where this object will be drawns
- the DefaultChart's Scale objectc
- the color to be used for drawingdouble minY(double minX, double maxX)
minX
- the minimum x value represented in this DefaultChartmaxX
- the maximum x value represented in this DefaultChart
double maxY(double minX, double maxX)
minX
- the minimum x value represented in this DefaultChartmaxX
- the maximum x value represented in this DefaultChart
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |