|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartI
Method Summary | |
---|---|
boolean |
add(java.lang.Object arg0)
|
void |
drawMe(GraphicsI g,
IntRectangle clip)
Draws this DefaultChart on the passed GraphicsI surface. |
double |
getMaxX()
Returns the maximum x value represented. |
double |
getMaxY()
Returns the maximum y value represented. |
double |
getMinX()
Returns the minimum x value represented. |
double |
getMinY()
Returns the minimum y value represented. |
int |
getPixelAccuracy()
Returns the pixelAccuracy value. |
void |
setMaxX(double maxX)
Returns the maximum x value represented. |
void |
setMaxY(double maxY)
The maximum y value to be represented. |
void |
setMinX(double minX)
The minimum x value to be represented. |
void |
setMinY(double minY)
The minimum y value represented. |
void |
setPixelAccuracy(int pixelAccuracy)
The pixelAccuracy to set. |
Method Detail |
---|
void drawMe(GraphicsI g, IntRectangle clip)
g
- the surface where this DefaultChart will be drawnclip
- the clipping rectangle to be used for drawingdouble getMaxX()
void setMaxX(double maxX)
maxX
- The maximum x value represented.double getMinX()
void setMinX(double minX)
minX
- The minimum x value represented.double getMaxY()
void setMaxY(double maxY)
maxY
- The maximum y value represented.double getMinY()
void setMinY(double minY)
minY
- The minimum y value represented.int getPixelAccuracy()
void setPixelAccuracy(int pixelAccuracy)
pixelAccuracy
- boolean add(java.lang.Object arg0)
Collection.add(Object arg0)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |