PulpCore

Uses of Class
pulpcore.animation.Int

Packages that use Int
pulpcore.animation Provides classes for properties, property animation, and timelines. 
pulpcore.sprite Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. 
pulpcore.util.crypt Provides classes for encrypting data (useful for high score systems). 
 

Uses of Int in pulpcore.animation
 

Methods in pulpcore.animation with parameters of type Int
 void Timeline.animate(Int property, int fromValue, int toValue, int duration)
           
 void Timeline.animate(Int property, int fromValue, int toValue, int duration, Easing easing)
           
 void Timeline.animate(Int property, int fromValue, int toValue, int duration, Easing easing, int startDelay)
           
 void Timeline.animateTo(Int property, int toValue, int duration)
           
 void Timeline.animateTo(Int property, int toValue, int duration, Easing easing)
           
 void Timeline.animateTo(Int property, int toValue, int duration, Easing easing, int startDelay)
           
 void Int.bindTo(Int property)
          Binds this property to the specified property.
 void Fixed.bindTo(Int property)
          Binds this property to the specified property.
 void Timeline.set(Int property, int value)
           
 void Timeline.set(Int property, int value, int delay)
           
 

Uses of Int in pulpcore.sprite
 

Fields in pulpcore.sprite declared as Int
 Int Sprite.alpha
          The alpha of this Sprite, in range from 0 to 255.
 Int Label.numDisplayChars
           
 

Uses of Int in pulpcore.util.crypt
 

Subclasses of Int in pulpcore.util.crypt
 class EncryptedInt
          An EncryptedInt is an Int whose value is internally encrypted.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.