PulpCore

Uses of Class
pulpcore.animation.Bool

Packages that use Bool
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. 
 

Uses of Bool in pulpcore.animation
 

Methods in pulpcore.animation with parameters of type Bool
 void Bool.bindTo(Bool property)
          Binds this property to the specified property.
 void Bool.bindWithInverse(Bool property)
          Bi-directionally binds this property to the specified property.
 void Timeline.set(Bool property, boolean value)
           
 void Timeline.set(Bool property, boolean value, int delay)
           
 

Uses of Bool in pulpcore.sprite
 

Fields in pulpcore.sprite declared as Bool
 Bool ImageSprite.antiAlias
          Flag indicating whether the edges of this ImageSprite are anti-aliased when rotating or drawing at fractional locations.
 Bool Sprite.enabled
          The flag indicating whether this Sprite is enabled.
 Bool Sprite.pixelSnapping
          Sets whether pixel snapping enabled for rendering this Sprite.
 Bool Viewport.scrollPixelSnapping
          The flag to indicate pixel snapping for scroll location.
 Bool ScrollPane.scrollPixelSnapping
          The flag to indicate pixel snapping for scroll location.
 Bool Sprite.visible
          The flag indicating whether or not this Sprite is visible.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.