|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILinearScale
Represents the Scale for chart scaling when Axis is Linear type.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.birt.chart.script.api.scale.IScale |
---|
isAuto, isCategory, setAuto, setCategory |
Method Detail |
---|
int 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 value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |