
IntRangeParameter |
ptolemy.actor.parameters.IntRangeParameter |
This is a parameter with type integer with a limited range.
Its value is an integer token that is constrained to lie
within the boundaries specified by its two parameters,
min and max. These specify the minimum and maximum values.
A user interface will typically use this
information to represent the parameter value using a slider.
The default values for min and max are 0 and 100,
respectively, and the default value for this parameter is 50.
Author(s): Edward A. Lee
Version:$Id: IntRangeParameter.java,v 1.17 2005/07/08 19:56:38 cxh Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Red (cxh)
max
The maximum value. This is has an integer value, and defaults to 100.
min
The minimum value. This is has an integer value, and defaults to 0.