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 classPropertyControlMethods in org.praxislive.code with parameters of type Property Modifier and Type Method Description default PArrayDefaultDelegateAPI. array(Property p)Attempt to extract aPArrayfrom the given Property.default booleanDefaultDelegateAPI. b(Property p)Deprecated.default doubleDefaultDelegateAPI. d(Property p)Deprecated.default intDefaultDelegateAPI. i(Property p)Deprecated.default StringDefaultDelegateAPI. 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 PropertyProperty. clearLinks()Clear all Linkables from the Property.PropertyProperty. link(DoubleConsumer consumer)Call the provided consumer with the double value whenever the value changes.PropertyProperty. link(DoubleConsumer... consumers)Deprecated, for removal: This API element is subject to removal in a future version.<T> PropertyProperty. 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> PropertyProperty. linkAs(Function<Value,T> converter, Consumer<T>... consumers)PropertyProperty. set(double value)Set the current value.PropertyProperty. set(Value value)Set the current value.Methods in org.praxislive.code.userapi with parameters of type Property Modifier and Type Method Description protected voidProperty. attach(CodeContext<?> context, Property previous)Method parameters in org.praxislive.code.userapi with type arguments of type Property Modifier and Type Method Description Property.AnimatorProperty.Animator. whenDone(Consumer<Property> whenDoneConsumer)Set a consumer to be called each time the Animator finishes animation.
-