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  
capitalize(str:String) — Static Method , class org.as3utils.StringUtil
Capitalizes a String object, changing only the first letter to uppercase.
circ(x:Number, y:Number, radius:Number, color:uint, alpha:Number) — Static Method , class org.as3utils.DrawUtil
Returns a Shape object using the Shape.Graphics.drawCircle method.
classNameEquals(o1:any, o2:any) — Static Method , class org.as3utils.ReflectionUtil
Performs the comparison between the two arguments using the getClassName() method.
classPackageEquals(o1:any, o2:any) — Static Method , class org.as3utils.ReflectionUtil
Performs the comparison between the two arguments using the getClassPackage() method.
classPathEquals(o1:any, o2:any) — Static Method , class org.as3utils.ReflectionUtil
Performs the comparison between the two arguments using the getClassPath() method.
contains(array:Array, element:any) — Static Method , class org.as3utils.ArrayUtil
Checks if the element is in the given array.
contains(str:String, search:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Checks if the String object contains the specified search String object.
containsAny(str:String, search:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Checks if the String object contains any character in the given set of characters.
containsDuplication(array:Array) — Static Method , class org.as3utils.ArrayUtil
containsNone(str:String, invalidChars:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Checks if the String object does not contain any of the characters of the given set of characters.
containsOnly(str:String, validChars:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Checks if the String object contains only characters in the given set of characters.
containsOnlyType(array:Array, type:any, strict:Boolean) — Static Method , class org.as3utils.ArrayUtil
Returns true if the array contains only elements of the type argument.
containsType(array:Array, type:any, strict:Boolean) — Static Method , class org.as3utils.ArrayUtil
Returns true if the array contains some element of the type argument.
countMatches(str:String, sub:String, stringCase:org.as3coreaddendum.system:StringCase) — Static Method , class org.as3utils.StringUtil
Counts how many times the substring appears in the String object.
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