Package io.github.qishr.cascara.common.trackable.property
Class TrackableNumberProperty
java.lang.Object
io.github.qishr.cascara.common.property.Property<java.lang.Double>
io.github.qishr.cascara.common.trackable.property.TrackableProperty<java.lang.Double>
io.github.qishr.cascara.common.trackable.property.TrackableNumberProperty
@io.github.qishr.cascara.common.annotation.Experimental
public class TrackableNumberProperty
extends TrackableProperty<Double>
Constructor Summary
| Constructor | Description |
|---|---|
| TrackableNumberProperty(Object owner, String name, Double value) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public void | setValue(Double v) |
Methods inherited from TrackableProperty
getOwner, setOwner, setDeclaredProperty, addTracker, setValue, isDeclaredProperty, invalidate, removeTracker, setMediaType, setName, getMediaType
Methods inherited from Property
asBoolean, asString, getName, getValues, asDouble, setPrimitiveType, asLong, asInteger, asDouble, asBoolean, asInteger, isEmpty, getValue, getValue, asLong, getPrimitiveType, getValuesMap
Method Details
setValue
public void setValue(Double v)