- All Known Subinterfaces:
DoublePlayer
,DoublePlayer
,DoublePlayer
,DoubleSlider
,DoubleSlider
,DoubleSlider
,DoubleSpinBox
,DoubleSpinBox
,DoubleSpinBox
,DoubleTrigger
,DoubleTrigger
@Signal(double.class) public interface DoubleTrigger extends Trigger
This type represents all triggers emitting a double type signal.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description double
maximum()
The minimum value of this trigger.double
minimum()
The maximum value of this trigger.void
onchange(double value)
boolean
recordEnabled()
iftrue
trigger can record imagesdouble
value()
the value of this trigger.Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
value
the value of this trigger. This is also emitted. Changing this field by programming does not invoke connected method.- Returns:
- value
-
minimum
The maximum value of this trigger.- Returns:
- minimum
-
maximum
The minimum value of this trigger.- Returns:
- maximum
-
recordEnabled
iftrue
trigger can record images- Returns:
- record feature enabled
-
onchange
-