This is a struct to bundle together options for sliders generated from GenericOperation.
These options are:
minValue: a lower-bound number for the slider
maxValue: an upper-bound number for the slider
defaultValue: an initial value for the slider
isLogScale: a flag, false is linear, true is logarithmic
hasText: if true, the slider will be coupled to a validating, editable text field
These options have various consistency conditions. If a consistency condtion is violated, the SliderConfig constructor will throw IllegalArgumentException.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.