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  
sanitizeFloat(n, precision) — Method in class net.guttershark.util.MathUtils
Correct "roundoff errors" in floating point math.
sanitizeNull(str) — Method in class net.guttershark.util.StringUtils
Sanitize null strings for display purposes.
scale(target, scale) — Method in class net.guttershark.util.DisplayListUtils
Set the scale of an object - updates the x and y.
scale(w, h) — Method in class net.guttershark.util.geom.Dimension
Scales the width of this Dimension by w and scales the height of this Dimension by h.
scaleRatio(target, targetW, targetH) — Method in class net.guttershark.util.DisplayListUtils
Scale while retaining original w:h ratio.
scaleToFit(target, targetW, targetH, center) — Method in class net.guttershark.util.DisplayListUtils
Scale target item to fit within target confines.
scope — Property in class net.guttershark.util.Utilities
The singleton instance of ScopeUtils.
ScopeUtils — Class in package net.guttershark.util
The ScopeUtils class provides utilities for working with scope.
search(str, key, caseSensitive) — Method in class net.guttershark.util.StringUtils
Search for key in string.
search(term, returnLowercaseMatches) — Method in class net.guttershark.util.autosuggest.AutoSuggest
Search through the terms in this auto suggest instance for a particular word or phrase.
seconds2ms(n) — Method in class net.guttershark.util.DateUtils
Convert seconds to milliseconds.
securityError — Event in class net.guttershark.support.preloading.workers.Worker
Dispatched when a security error happens while attempting to load the item.
seek(time) — Method in class net.guttershark.display.FLV
Seek to a playback time - note that unless you're using a flash media server, it will only seek to the nearest key frame (i-frame) (see video docs in flash help for more info).
seekInvalidTime — Event in class net.guttershark.display.FLV
Dispatched when an invalid seek time was attempted.
SEEK_INVALID_TIME — Constant static property in class net.guttershark.support.events.FLVEvent
Invalid seek time.
seekNotify — Event in class net.guttershark.display.FLV
Dispatched when a seek occurs.
SEEK_NOTIFY — Constant static property in class net.guttershark.support.events.FLVEvent
Seek notify
seekToPercent(percent) — Method in class net.guttershark.display.FLV
Seek to a playback percent.
seekToPixel(pixel) — Method in class net.guttershark.display.FLV
Seek to a width based off of the pixels to fill (pixelsToFill) property.
SelectableListEventListenerDelegate — Final class in package net.guttershark.support.eventmanager
The SelectableListEventListenerDelegate Class implements event listener logic for SelectableList instances.
selectAll(tf) — Method in class net.guttershark.util.TextFieldUtils
Select all the text in a text field.
selectField() — Method in class net.guttershark.display.BaseFormView
Override this and do some select/focus logic for the form field.
send(callProps) — Method in class net.guttershark.support.servicemanager.http.Service
Sends a service call, from parameters in the callProps object.
sendBackward(target) — Method in class net.guttershark.managers.LayoutManager
Send the target display object backward 1 layer.
sendBehind(target, relativeTo) — Method in class net.guttershark.managers.LayoutManager
Send a target display object behind another display object.
sendToBack(target) — Method in class net.guttershark.managers.LayoutManager
Send the target display object to bottom most layer.
Service — Final class in package net.guttershark.support.servicemanager.http
The Service class is used to send http requests from the service manager.
Service(url, attempts, timeout, limiter, defaultResponseFormat) — Constructor in class net.guttershark.support.servicemanager.http.Service
Constructor for Service instances.
ServiceCall — Final class in package net.guttershark.support.servicemanager.http
The ServiceCall class makes the http calls that a service class requests.
ServiceCall(url, callProps) — Constructor in class net.guttershark.support.servicemanager.http.ServiceCall
Constructor for ServiceCall instances.
serviceExist(id) — Method in class net.guttershark.managers.ServiceManager
Check whether or not a service has been created.
ServiceManager — Final dynamic class in package net.guttershark.managers
The ServiceManager simplifies remoting requests and http requests with support for retries, timeouts, and some features that are specific to one or the other.
services — Property in class net.guttershark.model.Model
Stores a reference to the <services></services> node in the model xml.
setARGB(a, r, g, b) — Method in class net.guttershark.util.ColorUtils
Set the a,r,g,b values in a new unsigned int.
setBevel(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any current bevel filters, and applies a new one.
setBlur(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any blur filters, and applies a new one.
setColor(src, hex) — Method in class net.guttershark.util.ColorUtils
Set the (A)RGB hexadecimal color value of a DisplayObject using ColorTransform.
setColorMatrix(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any current color filters, and applies a new one.
setCredentials(username, password) — Method in class net.guttershark.support.servicemanager.remoting.RemotingConnection
Add a credentials header for any requests going to this connection.
setGlow(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any current glow filters, and applies a new one.
setGradientBevel(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any gradient bevel filters, and applies a new one.
setGradientGlow(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any gradient glow filters, and applies a new one.
setHSLComponent(src, h, s, l) — Method in class net.guttershark.util.ColorUtils
Set the color of a DisplayObject from HSL components.
setHSVComponent(src, h, s, v) — Method in class net.guttershark.util.ColorUtils
Set the color of a DisplayObject from HSV components.
setLeading(tf, space) — Method in class net.guttershark.util.TextFieldUtils
Sets the TextField leading formatting.
setPurgeAllInterval(interval) — Method in class net.guttershark.util.cache.Cache
Set and or reset the purge all interval.
setRGBComponent(src, r, g, b) — Method in class net.guttershark.util.ColorUtils
Set the color of a DisplayObject from RGB components.
setShadow(target, filter) — Method in class net.guttershark.util.filters.FilterUtils
Clears any current shadow filters, and applies a new one.
setters — Property in class net.guttershark.util.Utilities
The singleton instance of SetterUtils.
SetterUtils — Final class in package net.guttershark.util
The SetterUtils class is a singleton that has utility methods that decrease amount of code you have to write for setting the same properties on multiple objects.
setTransform(src, transformObject) — Method in class net.guttershark.util.ColorUtils
Set ColorTransform information for a DisplayObject.
setupComplete() — Method in class net.guttershark.control.DocumentController
A method you should override that provides the final hook in the chain of setup method calls.
sharedObject — Property in class net.guttershark.model.Model
A placeholder variable for the movies shared object - this is not set by default, override restoreSharedObject in your DocumentController, and set this property to a shared object.
shift() — Method in class net.guttershark.util.collections.OrderedDictionary
Removes the first element from an ordered dictionary and returns that element.
shortdays — Property in class net.guttershark.util.DateUtils
0 indexed array of short days for use with DateUtils.getDay().
shortmonths — Property in class net.guttershark.util.DateUtils
0 indexed array of short months for use with DateUtils.getMonth().
show() — Method in class net.guttershark.display.BaseFormView
Show this form view - this calls addKeyMappings() and selectField().
show() — Method in class net.guttershark.display.BaseView
Stub method for showing this view - it sets the visible property to true.
showAndHide(autoHideTimeout) — Method in class net.guttershark.display.BaseErrorView
This is an alternative to the default method (show), which autoHide's this error view, after a specified amount of time.
showButtons(buttons) — Method in class net.guttershark.display.BaseFormView
Show any button, (yes,no,confirm,delete,ok,cancel) based off of what is or'ed (|) together - for each button that is shown, it calls the appropriate method (showOKButton, showYesButton, etc), which you could override if needed.
showCancelButton() — Method in class net.guttershark.display.BaseFormView
Shows the cancel button, (sets visible to true), override to use something other than visible.
showConfirmButton() — Method in class net.guttershark.display.BaseFormView
Shows the confirm button, (sets visible to true), override to use something other than visible.
showDeleteButton() — Method in class net.guttershark.display.BaseFormView
Shows the delete button, (sets visible to true), override to use something other than visible.
showNoButton() — Method in class net.guttershark.display.BaseFormView
Shows the no button, (sets visible to true), override to use something other than visible.
showOKButton() — Method in class net.guttershark.display.BaseFormView
Shows the ok button, (sets visible to true), override to use something other than visible.
showYesButton() — Method in class net.guttershark.display.BaseFormView
Shows the yes button, (sets visible to true), override to use something other than visible.
shrink(w, h) — Method in class net.guttershark.util.geom.Dimension
Reduces the width and height of this Dimension.
shuffle(a) — Method in class net.guttershark.util.ArrayUtils
Shuffle array elements.
sign(chance) — Method in class net.guttershark.util.MathUtils
Return a "tilted" value of 1 or -1.
similarity(source, target) — Method in class net.guttershark.util.StringUtils
Determines the percentage of similiarity, based on editDistance.
Singleton — Final class in package net.guttershark.util
The Singleton class is a helper class to enforce singletons in Guttershark and enables subclassing of singletons.
sliceByPropVal(a, prop, val, caseInsensitive) — Method in class net.guttershark.util.ArrayUtils
Return a new array sliced from the original array of complex objects based on a prop/val match
SLOW — Constant static property in class net.guttershark.util.CPU
An Identifier for the Speed property of this class.
sm — Property in class net.guttershark.display.CoreClip
The ServiceManager singleton instance.
sm — Property in class net.guttershark.display.CoreSprite
The ServiceManager singleton instance.
smaller(value, maxmimum, message, exceptionType) — Method in class net.guttershark.util.Assertions
Assert that a value is smaller than a maximum number.
smoothing — Property in class net.guttershark.display.FLV
Set the smoothing property on the video.
snm — Property in class net.guttershark.display.CoreClip
The SoundManager singleton instance.
snm — Property in class net.guttershark.display.CoreSprite
The SoundManager singleton instance.
sound(classIdentifier) — Method in class net.guttershark.util.FlashLibrary
Get an item in the library as a Sound.
SoundManager — Final class in package net.guttershark.managers
The SoundManager class manages sounds globaly, and manages sound control for sprites.
soundTransform — Property in class net.guttershark.display.FLV
The sound transform of the stream.
SoundWorker — Final class in package net.guttershark.support.preloading.workers
The SoundWorker class is the worker loads all sound files.
source — Property in class net.guttershark.support.preloading.Asset
The URI to the file to load.
Speed — Static property in class net.guttershark.util.Bandwidth
Pointer to which bandwidth is detected.
Speed — Static property in class net.guttershark.util.CPU
The speed identifier.
spread(current, total, spreadInto) — Method in class net.guttershark.util.MathUtils
Spreads a current value and it's total possible value, over a value that is mapped to another property, like width, height, etc.
sprite(classIdentifier) — Method in class net.guttershark.util.FlashLibrary
Get an item in the library as a Sprite.
StackIterator — Class in package net.guttershark.util.collections
Stack based Iterator
StackIterator(stack:net.guttershark.util.collections:IStack) — Constructor in class net.guttershark.util.collections.StackIterator
StackIterator Constructor
stageAlignBottom(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the bottom edge of the stage.
stageAlignBottomCenter(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the bottom center of the stage.
stageAlignBottomLeft(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the bottom left corner of the stage.
stageAlignBottomRight(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the bottom right corner of the stage.
stageAlignCenter(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the dead center of the stage.
stageAlignLeft(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the left edge of the stage.
stageAlignMiddleLeft(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the left middle of the stage.
stageAlignMiddleRight(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the right middle of the stage.
stageAlignRight(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the right edge of the stage.
stageAlignTop(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the top edge of the stage.
stageAlignTopCenter(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the top center of the stage.
stageAlignTopLeft(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the top left corner of the stage.
stageAlignTopRight(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object to the top right corner of the stage.
stageAlignXCenter(target) — Method in class net.guttershark.managers.LayoutManager
Align the target display object centered on the x coordinate relatively to the stage.
stageAlignYCenter(item) — Method in class net.guttershark.managers.LayoutManager
Align the target display object centered on the y coordinate relatively to the stage.
start() — Method in class net.guttershark.control.PreloadController
Starts loading the assets, and resumes loading from a stopped state.
start — Event in class net.guttershark.display.FLV
Dispatched when the flv starts playing.
start() — Method in class net.guttershark.support.preloading.workers.Worker
Starts loading of the internal loader instance.
start() — Method in class net.guttershark.util.Inactivity
Start watching for inactivity.
START — Constant static property in class net.guttershark.support.events.FLVEvent
FLV Start.
startOnlineStatus() — Method in class net.guttershark.control.DocumentController
Start the online status pinging.
status — Property in class net.guttershark.support.preloading.events.AssetStatusEvent
The status code.
STATUS — Constant static property in class net.guttershark.support.preloading.events.AssetStatusEvent
Defines the value of the type property of the assetStatus event type.
stop() — Method in class net.guttershark.control.PreloadController
Stops this preload controller from loading assets, if there is an asset currently loading, that asset will finish loading, but the controller will not continue after that.
stop — Event in class net.guttershark.display.FLV
Dispatched when the flv stops playing.
stop() — Method in class net.guttershark.display.FLV
Stop the flv.
stop() — Method in class net.guttershark.util.Inactivity
Stop watching for inactivity.
STOP — Constant static property in class net.guttershark.support.events.FLVEvent
FLV Stop.
stopAllSounds() — Method in class net.guttershark.managers.SoundManager
Stop all sounds playing through the SoundManager.
stopOnlineStatus() — Method in class net.guttershark.control.DocumentController
Stop the online status pinging.
stopSound(name) — Method in class net.guttershark.managers.SoundManager
Stop a playing sound.
streamNotFound — Event in class net.guttershark.display.FLV
Dispatched when a stream was not found.
STREAM_NOT_FOUND — Constant static property in class net.guttershark.support.events.FLVEvent
Stream not found.
string — Property in class net.guttershark.util.Utilities
The singleton instance StringUtils.
StringUtils — Final class in package net.guttershark.util
The StringUtils class is a singleton that contains utility methods for strings.
stripTags(str) — Method in class net.guttershark.util.StringUtils
Removes all < and > based tags from a string
stripZeroAndRepairFloat(n) — Method in class net.guttershark.util.StringUtils
Strip the zero off floated numbers and remove Scientific Notation.
stripZeroOnFloat(n) — Method in class net.guttershark.util.StringUtils
Strip the zero off floated numbers.
stylesheets — Property in class net.guttershark.model.Model
Stores a reference to the <stylesheets></stylesheets> node in the model xml.
StyleSheetWorker — Final class in package net.guttershark.support.preloading.workers
The StyleSheetWorker class is the worker that loads all css files.
swap(a, index1, index2) — Method in class net.guttershark.util.ArrayUtils
Swap two element's positions in an array.
swapCase(str) — Method in class net.guttershark.util.StringUtils
Swaps the casing of a string.
swfAddressChange(sae) — Method in class net.guttershark.control.DocumentController
A method you can override to hook into SWFAddress change events.
SWFWorker — Final class in package net.guttershark.support.preloading.workers
The SWFWorker class is the worker that loads all swfs.
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