|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
adjustValueFromVector(MiVector delta)
Sets the position of the associated 'thumb' of this widget. |
void |
decreaseOneChunk()
Decreases the value of this adjuster widget by one chunk. |
void |
decreaseOnePage()
Decreases the value of this adjuster widget by one page. |
void |
decreaseOneUnit()
Decreases the value of this adjuster widget by one unit. |
void |
decreaseToMinimum()
Decreases the value of this adjuster widget to the maximum amount. |
double |
getCurrentValue()
Gets the value of this adjuster widget. |
double |
getMaximumValue()
Gets the maximum value of this adjuster widget. |
double |
getMinimumValue()
Gets the minimum value of this adjuster widget. |
double |
getNormalizedValue()
Gets the value of this adjuster widget. |
void |
increaseOneChunk()
Increases the value of this adjuster widget by one chunk. |
void |
increaseOnePage()
Increases the value of this adjuster widget by one page. |
void |
increaseOneUnit()
Increases the value of this adjuster widget by one unit. |
void |
increaseToMaximum()
Increases the value of this adjuster widget to the maximum amount. |
void |
moveOneChunkTowardsLocation(MiPoint point)
Moves the position of the associated 'thumb' of this widget. |
void |
setCurrentValue(double value)
Sets the value of this adjuster widget. |
void |
setMaximumValue(double value)
Sets the maximum value of this adjuster widget. |
void |
setMinimumValue(double value)
Sets the minimum value of this adjuster widget. |
void |
setNormalizedValue(double value)
Sets the value of this adjuster widget. |
void |
setUnitIncrement(double amount)
Sets the normalized amount of the unit increment for this widget. |
void |
setValueFromLocation(MiPoint point)
Sets the position of the associated 'thumb' of this widget. |
| Method Detail |
public void setMinimumValue(double value)
value - the minimum valuesetCurrentValue(double)public double getMinimumValue()
public void setMaximumValue(double value)
value - the maximum valuesetCurrentValue(double)public double getMaximumValue()
public void setCurrentValue(double value)
value - the current valuesetMinimumValue(double),
setMaximumValue(double),
getCurrentValue(),
setNormalizedValue(double)public double getCurrentValue()
setCurrentValue(double)public void setNormalizedValue(double value)
value - the normalized valuesetCurrentValue(double)public double getNormalizedValue()
getCurrentValue()public void setUnitIncrement(double amount)
amount - the amount (between 0.0 and 1.0)public void setValueFromLocation(MiPoint point)
point - the point at which the thumb is
positioned.public void moveOneChunkTowardsLocation(MiPoint point)
point - the point in which direction the
thumb is to be positioned.public void adjustValueFromVector(MiVector delta)
delta - the distance the user has moved
the thumb.public void increaseOneUnit()
setUnitIncrement(double)public void decreaseOneUnit()
setUnitIncrement(double)public void increaseOneChunk()
setUnitIncrement(double)public void decreaseOneChunk()
setUnitIncrement(double)public void increaseOnePage()
setUnitIncrement(double)public void decreaseOnePage()
setUnitIncrement(double)public void increaseToMaximum()
public void decreaseToMinimum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||