Uses of Class
org.praxislive.code.userapi.Property
-
Packages that use Property Package Description org.praxislive.code org.praxislive.code.userapi -
-
Uses of Property in org.praxislive.code
Subclasses of Property in org.praxislive.code Modifier and Type Class Description class
PropertyControl
Methods in org.praxislive.code with parameters of type Property Modifier and Type Method Description default PArray
DefaultDelegateAPI. array(Property p)
Attempt to extract aPArray
from the given Property.default boolean
DefaultDelegateAPI. b(Property p)
Deprecated.default double
DefaultDelegateAPI. d(Property p)
Deprecated.default int
DefaultDelegateAPI. i(Property p)
Deprecated.default String
DefaultDelegateAPI. s(Property p)
Deprecated. -
Uses of Property in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Property Modifier and Type Method Description Property
Property. clearLinks()
Clear all Linkables from the Property.Property
Property. link(DoubleConsumer consumer)
Call the provided consumer with the double value whenever the value changes.Property
Property. link(DoubleConsumer... consumers)
Deprecated, for removal: This API element is subject to removal in a future version.<T> Property
Property. linkAs(Function<Value,T> converter, Consumer<T> consumer)
Call the provided consumer when the value changes, transformed using the converter into the required type T.<T> Property
Property. linkAs(Function<Value,T> converter, Consumer<T>... consumers)
Property
Property. set(double value)
Set the current value.Property
Property. set(Value value)
Set the current value.Methods in org.praxislive.code.userapi with parameters of type Property Modifier and Type Method Description protected void
Property. attach(CodeContext<?> context, Property previous)
Method parameters in org.praxislive.code.userapi with type arguments of type Property Modifier and Type Method Description Property.Animator
Property.Animator. whenDone(Consumer<Property> whenDoneConsumer)
Set a consumer to be called each time the Animator finishes animation.
-