|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the Scale for chart scaling when Axis is Datetime type.
Method Summary | |
java.util.Date |
getMax()
Gets the maximum value that appears in Axis |
java.util.Date |
getMin()
Gets the minimum value that appears in Axis |
int |
getStepSize()
Gets the step size for scaling. |
java.lang.String |
getStepTimeUnit()
Gets the name of ScaleUnitType for time scaling |
void |
setMax(java.util.Date max)
Sets the maximum value that appears in Axis |
void |
setMin(java.util.Date min)
Sets the minimum value that appears in Axis |
void |
setStepSize(int size)
Sets the step size for scaling. |
void |
setStepTimeUnit(java.lang.String unit)
Sets the name of ScaleUnitType for time scaling |
Methods inherited from interface org.eclipse.birt.chart.script.api.scale.IScale |
isAuto, isCategory, setAuto, setCategory |
Method Detail |
public int getStepSize()
public void setStepSize(int size)
size
- step sizepublic java.lang.String getStepTimeUnit()
public void setStepTimeUnit(java.lang.String unit)
public java.util.Date getMin()
public java.util.Date getMax()
public void setMin(java.util.Date min)
min
- minimum valuepublic void setMax(java.util.Date max)
max
- maximum value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |