PulpCore

Uses of Class
pulpcore.animation.Int

Packages that use Int
pulpcore.animation Provides classes for properties, property animation, and timelines. 
pulpcore.image.filter Provides classes for image filters. 
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 Int.bindWithInverse(Int property)
          Bi-directionally binds this property to the specified property.
 void Fixed.bindWithInverse(Int property)
          Bi-directionally 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.image.filter
 

Fields in pulpcore.image.filter declared as Int
 Int Superimpose.alpha
          Fading applied to the superimposed image, from 0 to 255.
 Int ColorOverlay.alpha
          The alpha of the overlay, from 0 to 255.
 Int Reflection.bottomAlpha
          The alpha of the bottom of the reflection (farthest from from the bottom of the image), from 0 to 255.
 Int HSBAdjust.brightness
          Brightness.
 Int Reflection.gap
          The vertical gap, in pixels, between the bottom of the image and the top of the reflection.
 Int HSBAdjust.hue
          Hue.
 Int Blur.quality
          The number of times to perform the blur.
 Int HSBAdjust.saturation
          Saturation.
 Int DropShadow.shadowOffsetX
          The shadow x offset.
 Int DropShadow.shadowOffsetY
          The shadow y offset.
 Int Stroke.size
          The stroke size.
 Int Reflection.topAlpha
          The alpha of the top of the reflection (nearest the bottom of the image), from 0 to 255.
 Int Superimpose.x
          The x offset of the superimposed image.
 Int Superimpose.y
          The y offset of the superimposed image.
 

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.