public interface ILinearScale extends IScale
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getMax()
Gets the maximum value that appears in Axis
|
double |
getMin()
Gets the minimum value that appears in Axis
|
int |
getNumberOfSteps()
Gets the number of steps for scaling
|
int |
getStepSize()
Gets the step size for scaling.
|
void |
setMax(double max)
Sets the maximum value that appears in Axis
|
void |
setMin(double min)
Sets the minimum value that appears in Axis
|
void |
setNumberOfSteps(int steps)
Sets the number of steps for scaling
|
void |
setStepSize(int size)
Sets the step size for scaling.
|
isAuto, isCategory, setAuto, setCategoryint getStepSize()
void setStepSize(int size)
size - step sizeint getNumberOfSteps()
void setNumberOfSteps(int steps)
steps - number of stepsdouble getMin()
double getMax()
void setMin(double min)
min - minimum valuevoid setMax(double max)
max - maximum valueCopyright © 2005-2008 Actuate Corp. All rights reserved.