A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
saturation(objTarget:com.boostworthy.core:IColorable, nTargetValue, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the saturation of a 'colorable' object to the desired target color value.
saturation — Property in class com.boostworthy.geom.ColorMatrix
Gets the current saturation setting.
SaturationAnimation — Class in package com.boostworthy.animation.management.types
The 'SaturationAnimation' class animates the saturation of any colorable display object.
SaturationAnimation(objTarget:com.boostworthy.core:IColorable, nTargetValue, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.SaturationAnimation
Constructor.
scale(objTarget, nTargetValueX, nTargetValueY, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the 'scaleX' and 'scaleY' properties of a display object to the desired target values.
ScaleAnimation — Class in package com.boostworthy.animation.management.types
The 'ScaleAnimation' class animates the 'scaleX' and 'scaleY' properties of a display object.
ScaleAnimation(objTarget, nTargetValueX, nTargetValueY, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.ScaleAnimation
Constructor.
searchForKey(objKey) — Method in class com.boostworthy.collections.HashMap
Searches through the keys array to see if the key is being stored by this object.
setDefaultValues() — Method in class com.boostworthy.geom.ColorMatrix
Applies all default values to the corresponding properties.
setFrame(uFrame) — Method in class com.boostworthy.animation.sequence.Timeline
Sets the current frame of the playhead.
setFrameRate(nFrameRate) — Method in class com.boostworthy.animation.sequence.Timeline
Sets the frame rate this timeline plays at.
setLevel(uLevel) — Method in interface com.boostworthy.utils.logger.ILog
Sets the log level for the log.
setLevel(uLevel) — Method in class com.boostworthy.utils.logger.Log
Sets the log level for this log.
setLevel(uLevel) — Method in class com.boostworthy.utils.logger.LogFactory
Sets the logging level to apply to all new and existing logs created by this factory.
setStageReference(objTarget) — Method in class com.boostworthy.animation.management.AnimationManager
Sets a global reference to the 'Stage' if one doesn't already exist.
severe(strMessage) — Method in interface com.boostworthy.utils.logger.ILog
Logs a severe message.
severe(strMessage) — Method in class com.boostworthy.utils.logger.Log
Logs a severe message.
SEVERE — Constant static property in class com.boostworthy.utils.logger.LogLevel
Defined constant for representing the 'severe' output level.
sineIn(t, b, c, d) — Static method in class com.boostworthy.animation.easing.Transitions
Sine in easing equation.
SINE_IN — Constant static property in class com.boostworthy.animation.easing.Transitions
Reference to the sine in easing equation.
sineInAndOut(t, b, c, d) — Static method in class com.boostworthy.animation.easing.Transitions
Sine in and out easing equation.
SINE_IN_AND_OUT — Constant static property in class com.boostworthy.animation.easing.Transitions
Reference to the sine in and out easing equation.
sineOut(t, b, c, d) — Static method in class com.boostworthy.animation.easing.Transitions
Sine out easing equation.
SINE_OUT — Constant static property in class com.boostworthy.animation.easing.Transitions
Reference to the sine out easing equation.
size(objTarget, nTargetValueW, nTargetValueH, nDuration, strTransition, uRenderMethod) — Method in class com.boostworthy.animation.management.AnimationManager
Animates the 'width' and 'height' properties of a display object to the desired target values.
SizeAnimation — Class in package com.boostworthy.animation.management.types
The 'SizeAnimation' class animates the 'width' and 'height' properties of a display object.
SizeAnimation(objTarget, nTargetValueW, nTargetValueH, nDuration, strTransition, uRenderMethod) — Constructor in class com.boostworthy.animation.management.types.SizeAnimation
Constructor.
Stack — Class in package com.boostworthy.collections
Stores data in a 'first on, last off' fashion.
Stack() — Constructor in class com.boostworthy.collections.Stack
Constructor.
stage — Static property in class com.boostworthy.core.Global
Gets a reference to the stage.
start(nRenderMethod) — Method in class com.boostworthy.animation.rendering.Renderer
Starts rendering for the specified render method.
start — Property in class com.boostworthy.geom.Curve
Gets the starting point of the curve.
start — Property in interface com.boostworthy.geom.IPathSegment
Gets the starting point of the path segment.
start — Property in class com.boostworthy.geom.Path
Gets the starting point of the path.
START — Constant static property in class com.boostworthy.events.AnimationEvent
Event type constant for the 'animationStart' event.
startAll() — Method in class com.boostworthy.animation.rendering.Renderer
Starts rendering for all render methods.
startEnterFrame() — Method in class com.boostworthy.animation.rendering.Renderer
Starts listening for the enter frame event.
startTimer() — Method in class com.boostworthy.animation.rendering.Renderer
Starts the timer.
stop(nRenderMethod) — Method in class com.boostworthy.animation.rendering.Renderer
Stops rendering for the specified render method.
stop() — Method in class com.boostworthy.animation.sequence.Timeline
Stops this timeline at the current frame.
STOP — Constant static property in class com.boostworthy.events.AnimationEvent
Event type constant for the 'animationStop' event.
stopAll() — Method in class com.boostworthy.animation.rendering.Renderer
Stops rendering for all render methods.
stopEnterFrame() — Method in class com.boostworthy.animation.rendering.Renderer
Stops listening for the enter frame event.
stopTimer() — Method in class com.boostworthy.animation.rendering.Renderer
Stops the timer.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z