Package com.macrofocus.interval.adapter
Class IntervalProperty
- java.lang.Object
-
- com.macrofocus.properties.implementation.AbstractProperty<T>
-
- com.macrofocus.properties.implementation.AbstractMutableProperty<java.lang.Double>
-
- com.macrofocus.interval.adapter.IntervalProperty
-
- All Implemented Interfaces:
MutableProperty<java.lang.Double>
,Property<java.lang.Double>
public class IntervalProperty extends AbstractMutableProperty<java.lang.Double>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntervalProperty.Value
-
Constructor Summary
Constructors Constructor Description IntervalProperty(MutableInterval interval, IntervalProperty.Value value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getValue()
void
setValue(java.lang.Double value)
-
Methods inherited from class com.macrofocus.properties.implementation.AbstractMutableProperty
bind, bindBidirectional
-
Methods inherited from class com.macrofocus.properties.implementation.AbstractProperty
addPropertyListener, addWeakPropertyListener, notifyPropertyChanged, removePropertyListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.properties.Property
addPropertyListener, addWeakPropertyListener, removePropertyListener
-
-
-
-
Constructor Detail
-
IntervalProperty
public IntervalProperty(MutableInterval interval, IntervalProperty.Value value)
-
-