Overview | Methods | This Package | All Packages
Retrieves information about how quickly the value of the up-down control changes when the user clicks the up and down arrows in the control.
Syntax
public UpDownAcceleration[] getAcceleration()
Return Value
Returns an array of UpDownAcceleration objects. Each UpDownAcceleration object contains an amount by which to change the value of the up-down control and an amount of time that elapses before the change takes effect. The UpDownAcceleration objects in the array are arranged in ascending order based on the value of their seconds fields.
See Also setAcceleration