public class SimpleDoubleSpinnerConstraint extends SimpleConstraint
| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
Returns the maximum value.
|
double |
getMin()
Returns the minimum value.
|
void |
setMax(double max)
Set the maximum value.
|
void |
setMin(double min)
Set the minimum value.
|
$init, getFlags, parseConstraint_, validate$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxypublic void setMin(double min)
min - public double getMin()
public void setMax(double max)
max - public double getMax()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.