The gs.util package contains all utility functions, classes and sub packages.



Functions
 FunctionDescription
 printf Python style print format.
Classes
 ClassDescription
 ArrayUtils The ArrayUtils class contains utility methods for arrays.
 Assertions The Assertions class is a singleton that provides assertions for conditionals, and relieve's defensive programming for methods that require arguments.
 BitmapUtils The BitmapUtils class contains utility methods for common bitmap operations.
 CallQueue The CallQueue class is a simple queue data structure, for method callbacks, but can also wait for events to fire from any event dispatcher.
 ColorUtils The ColorUtils class contains utility methods for working with colors.
 DateUtils The DateUtils class contains utility methods for working with dates.
 DecoratorUtils The DecoratorUtils class contains helper methods required to build chain-able decorators (gs.display.decorators).
 Delegate The Delegate class creates closures for callbacks.
 DictionaryUtils The DictionaryUtils class contains utility methods for working with dictionaries.
 DisplayListUtils The DisplayListUtils class contains utlility methods for display list manipulation.
 Disposer The Disposer class is a helper that can simplify disposing objects.
 EventBroadcaster The EventBroadcaster is a static class, and wraps an instance of an event dispatcher.
 EventHandler The EventHandler class is a utility to simplify adding events to display objects.
 EventUtil The EventUtils class contains utility methods to simplify adding and removing events.
 FileFilters The FileFilterUtils class provides static variables that have predefined file filter instances, to save time.
 FileRef The FileRef class is a wrapper around FileReference for uploading, downloading, simplifying upload size limits and events.
 FlashvarUtils The FlashvarUtils class contains utility methods for working with flashvars.
 FontUtils The FontUtils class contains utility methods for fonts.
 FrameDelay The FrameDelay class allows for a callback to be called after a certain amount of frames have passed.
 FramePulse The FramePulse class should be used as the one source for enter frame events.
 FrameUtils The FrameUtils class contains utilities for movie clip frames.
 HTMLUtils The HTMLUtils class contains helpers for HTML.
 Inactivity The Inactivity class can be used to watch for inactivity within the scope of a DisplayObject.
 JSFLProxy The JSFLProxy class is a proxy class that eleviates the pain of running jsfl from actionscript.
 KeyHandler The KeyHandler class is a shortcut to handle keyboard events.
 MathUtils The MathUtils class contains various math functions.
 MouseUtils The MouseUtils class has utility methods for working with mouse positions.
 NavigateToURL The NavigateToURL class is a utility to alter how all url navigation is done.
 ObjectUtils The ObjectUtils class has utility methods for working with objects.
 OrderedDictionary The OrderedDictionary class provides a dictionary like collection which persists the order of entries similar to an array.
 PlayerUtils The PlayerUtils class provides shortcut methods for finding things about the currently running player.
 Profiler The Profiler class is a generic graph utility the displays memory, and frames per second statistics.
 QueryString The QueryString class reads query string parameters in the web browsers address bar.
 ScopeUtils The ScopeUtils class provides utilities for working with scope.
 SetterUtils The SetterUtils class contains utility methods that decrease amount of code you have to write for setting the same properties on multiple objects.
 SharedObjectUtils The SharedObjectUtils class contains utility methods for working with shared objects.
 SocialShares The SocialShares class contains methods that have shortcuts for navigating to social sites, to share a link.
 SpriteUtils The SpriteUtils class contains utility methods for sprites.
 StageRef The StageRef class is a shortcut for a stage property.
 Strings The Strings class wraps a locale strings xml file.
 StringUtils The StringUtils class contains utility methods for strings.
 StyleSheetUtils The StyleSheetUtils class contains utility methods for working with stylesheets.
 TextAttributes The TextAttributes class is a helper object to set text related properties on a text field.
 TextFieldUtils The TextFieldUtils class contains utility methods for common operations with TextFields.
 URLUtils The URLUtils class contains utility methods for working with urls.
 XMLLoader The XMLLoader class loads xml.
 XMLNamespaceProxy The XMLNamespaceProxy class relieves you from having to access xml with the correctly qualified namespace every time.
 XMLUtils The XMLUtils class contains generic methods for working with XML.