Uses of Class
org.praxislive.code.userapi.Property
Packages that use Property
-
Uses of Property in org.praxislive.code
Subclasses of Property in org.praxislive.codeMethods in org.praxislive.code with parameters of type Property -
Uses of Property in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return PropertyModifier and TypeMethodDescriptionProperty.clearLinks()Clear all Linkables from the Property.Property.link(DoubleConsumer consumer) Call the provided consumer with the double value whenever the value changes.<T> PropertyCall the provided consumer when the value changes, transformed using the converter into the required type T.<T> PropertyProperty.set(double value) Set the current value.Set the current value.Methods in org.praxislive.code.userapi with parameters of type PropertyModifier and TypeMethodDescriptionprotected voidProperty.attach(CodeContext<?> context, Property previous) Method parameters in org.praxislive.code.userapi with type arguments of type PropertyModifier and TypeMethodDescriptionSet a consumer to be called each time the Animator finishes animation.