Package boofcv.gui.controls
Class JSpinnerNumber
java.lang.Object
boofcv.gui.controls.JSpinnerNumber
Combines a spinner with a double value to reduce clutter.
-
Field Details
-
spinner
-
value
Value. Safe to read outside the UI thread
-
-
Constructor Details
-
JSpinnerNumber
-
-
Method Details
-
tt
-
updateValue
public void updateValue() -
vint
public int vint() -
vdouble
public double vdouble()
-