PulpCore

pulpcore.animation
Interface BindFunction


public interface BindFunction

The BindFunction class allows Properties to be bound to a function.

See Also:
Int.bindTo(BindFunction), Fixed.bindTo(BindFunction)

Method Summary
 Number f()
          The function.
 

Method Detail

f

Number f()
The function.

Returns:
a Number used to set the value of the property this function is bound to. The Fixed property will use the Number's double value; all other properties use the Number's integer value.

PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.