|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quadbase.ChartAPI.swing.AxisScale
AxisScale
This class contains information to set and retrieve current axis
scale information. They are :
min - minimum value for the axis scale
max - maximum value for the axis scale
step - step size for axis scale
Note : This class has been deprecated. See the QbChart.gethXAxis() methods and quadbase.util.IAxis interface for alternatives.
Date : 5-20-97
| Constructor Summary | |
AxisScale(double min,
double max,
double step)
Deprecated. Create an AxisScale object |
|
| Method Summary | |
double |
getMax()
Deprecated. Get the maximum axis value |
double |
getMin()
Deprecated. Get the minimum axis value |
double |
getStepsize()
Deprecated. Get the step size |
void |
setMax(double max)
Deprecated. Set the maximum axis value |
void |
setMin(double min)
Deprecated. Set the minimum axis value |
void |
setStepsize(double stepsize)
Deprecated. Set the step size of axis |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AxisScale(double min,
double max,
double step)
min - - minimum axis valuemax - - maximum axis valuestep - - step size for grid| Method Detail |
public double getMin()
public double getMax()
public double getStepsize()
public void setMin(double min)
min - new minimum axis valuepublic void setMax(double max)
max - new maximum axis valuepublic void setStepsize(double stepsize)
stepsize - new step size of axis
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||