
SliderSource |
ptolemy.actor.lib.gui.SliderSource |
The output of this actor is controlled by a slider in the run window.
The range of the output is specified by two parameters, minimum and
maximum. The type of these parameters and the output is integer.
Author(s): Xiaojun Liu
Version:$Id: SliderSource.java,v 1.29 2005/12/14 05:01:40 cxh Exp $
Pt.Proposed Rating:Red (liuxj)
Pt.Accepted Rating:Red (liuxj)
minimum
The minimum value of the slider. The value must be an integer.
The default value is -10.
maximum
The maximum value of the slider. The value must be an integer.
The default value is 10.