Packagenet.guttershark.util
Classpublic final class Utilities

The Utilities class is a singleton that holds references to other utility singletons; this is used for inheritance chains on CoreClip and CoreSprite, which ultimately gets rid of static functions which are on an average 50% slower than having a property defined.



Public Properties
 PropertyDefined by
  array : ArrayUtils
The singleton instance of ArrayUtils.
Utilities
  bitmap : BitmapUtils
The singleton instance of BitmapUtils.
Utilities
  color : ColorUtils
The singleton instance of ColorUtils.
Utilities
  date : DateUtils
The singleton instance of DateUtils.
Utilities
  dict : DictionaryUtils
The singleton instance of DictionaryUtils.
Utilities
  display : DisplayListUtils
The singleton instance of DisplayListUtils.
Utilities
  filters : FilterUtils
The singleton instance of FilterUtils.
Utilities
  math : MathUtils
The singleton instance of MathUtils.
Utilities
  mouse : MouseUtils
The singleton instance of MouseUtils.
Utilities
  object : ObjectUtils
The singleton instance of ObjectUtils.
Utilities
  player : PlayerUtils
The singleton instance of PlayerUtils.
Utilities
  scope : ScopeUtils
The singleton instance of ScopeUtils.
Utilities
  setters : SetterUtils
The singleton instance of SetterUtils.
Utilities
  string : StringUtils
The singleton instance StringUtils.
Utilities
  styles : StyleSheetUtils
The singleton isntance of StyleSheetUtils.
Utilities
  text : TextFieldUtils
The singleton instance of TextFieldUtils.
Utilities
Public Methods
 MethodDefined by
  
[static] Singleton access.
Utilities
Property detail
arrayproperty
public var array:ArrayUtils

The singleton instance of ArrayUtils.

bitmapproperty 
public var bitmap:BitmapUtils

The singleton instance of BitmapUtils.

colorproperty 
public var color:ColorUtils

The singleton instance of ColorUtils.

dateproperty 
public var date:DateUtils

The singleton instance of DateUtils.

dictproperty 
public var dict:DictionaryUtils

The singleton instance of DictionaryUtils.

displayproperty 
public var display:DisplayListUtils

The singleton instance of DisplayListUtils.

filtersproperty 
public var filters:FilterUtils

The singleton instance of FilterUtils.

mathproperty 
public var math:MathUtils

The singleton instance of MathUtils.

mouseproperty 
public var mouse:MouseUtils

The singleton instance of MouseUtils.

objectproperty 
public var object:ObjectUtils

The singleton instance of ObjectUtils.

playerproperty 
public var player:PlayerUtils

The singleton instance of PlayerUtils.

scopeproperty 
public var scope:ScopeUtils

The singleton instance of ScopeUtils.

settersproperty 
public var setters:SetterUtils

The singleton instance of SetterUtils.

stringproperty 
public var string:StringUtils

The singleton instance StringUtils.

stylesproperty 
public var styles:StyleSheetUtils

The singleton isntance of StyleSheetUtils.

textproperty 
public var text:TextFieldUtils

The singleton instance of TextFieldUtils.

Method detail
gi()method
public static function gi():Utilities

Singleton access.

Returns
Utilities