Modifier and Type | Method and Description |
---|---|
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
|
isAuto, isCategory, setAuto, setCategory
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 valueCopyright © 2005-2008 Actuate Corp. All rights reserved.