|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeScale
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 |
---|
int getStepSize()
void setStepSize(int size)
size
- step sizejava.lang.String getStepTimeUnit()
void setStepTimeUnit(java.lang.String unit)
the
- name of ScaleUnitTypejava.util.Date getMin()
java.util.Date getMax()
void setMin(java.util.Date min)
min
- minimum valuevoid setMax(java.util.Date max)
max
- maximum value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |