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 |
G — Constant static property in class sekati.ui.Keyboard |
| |
gain — Property in class sekati.media.MicrophoneDevice |
|
The amount to multiply the signal before transmitting it. |
GarbageCollector — Class in package sekati.utils |
|
GarbageCollector provides hacks to control the GC. |
GarbageCollector() — Constructor in class sekati.utils.GarbageCollector |
|
GarbageCollector Static Constructor
|
generate(isNormalized) — Static method in class sekati.math.XORShiftPRNG |
|
Generate an XORShift random Number. |
genericErrorHandler(e) — Method in class sekati.load.AbstractLoader |
|
Generic processor for ErrorEvent 's. |
get() — Method in class sekati.utils.WeakReference |
|
The wrapped instance; this property is null if the wrapped instance was already garbage collected. |
getAbsoluteGridDistance(p:sekati.geom:Point) — Method in class sekati.geom.Point |
|
Algo to give the grid based distance when only vertical & horizontal moves are allowed
|
getAbsoluteGridDistanceAllowDiagonals(p:sekati.geom:Point) — Method in class sekati.geom.Point |
|
Algo to give the grid based distance when diagonal moves are allowed
by finding math.min of the differences, we're figuring out how many moves can be diagonal ones. |
getAngle(p:sekati.geom:Point) — Method in class sekati.geom.Point |
|
Get the angle degree between this point and a second point. |
getAngle(p1:sekati.geom:Point, p2:sekati.geom:Point) — Static method in class sekati.geom.TrigBase |
|
Get angle from two points
|
getArea() — Method in class sekati.geom.Dimension |
|
Returns the area of this Dimension. |
getBrowserView() — Static method in class sekati.external.ExternalBase |
|
Returns the Browser viewport yscroll & height allowing for tests whether the object is within the scrolled view or not. |
getChildAt(index) — Method in class sekati.managers.LayoutManager |
|
|
getChildByName(name) — Method in class sekati.managers.LayoutManager |
|
|
getChildIndex(child) — Method in class sekati.managers.LayoutManager |
|
|
getClassFromInstance(instance, requiredSubclass) — Static method in class sekati.utils.DisplayUtil |
|
Useful for templated items, returns the Class object that a DisplayObject instance is an instance of. |
getColor(src, x, y, getAlpha) — Static method in class sekati.utils.ColorUtil |
|
Return the (A)RGB hexadecimal color value of a DisplayObject. |
getCurrentId() — Static method in class sekati.crypt.RUID |
|
Return the current RUID id
|
getDayName(year, month, day) — Method in class sekati.ui.AbstractCalendar |
|
Get the name of a day (Monday, Tuesday, etc). |
getDaysInMonth(year, month) — Method in class sekati.ui.AbstractCalendar |
|
Return the number of days in this month/year (factoring in leap years). |
getDistance(p:sekati.geom:Point) — Method in interface sekati.geom.IPoint |
| |
getDistance(p:sekati.geom:Point) — Method in class sekati.geom.Point |
|
get distance between two points
|
getDistance(p1:sekati.geom:Point, p2:sekati.geom:Point) — Static method in class sekati.geom.TrigBase |
|
Get distance between two points
|
getDivisors(n) — Static method in class sekati.math.MathBase |
|
Return an array of divisors of the integer. |
getFilterIndex(target, filter) — Static method in class sekati.filters.FilterBase |
|
Return the filter by filterType or -1 if no match is found. |
getFilters() — Method in class sekati.log.Logger |
|
Returns a stringified overview of all filters statuses. |
getFilterTypeIndex(target, filterType) — Static method in class sekati.filters.FilterBase |
|
Return the filter index by filterType or -1 if no match is found. |
getFirstDayInMonth(year, month) — Method in class sekati.ui.AbstractCalendar |
|
Return the position of the first day of the month on the calendar (mon,tue,wed,etc). |
getHoursAmPm(hour24) — Static method in class sekati.utils.DateUtil |
|
Takes 24hr hours and converts to 12 hour with am/pm. |
getHSLComponent(src, x, y) — Static method in class sekati.utils.ColorUtil |
|
Get the HSL components from a DisplayObject. |
getHSVComponent(src, x, y) — Static method in class sekati.utils.ColorUtil |
|
Get the HSV components from a DisplayObject. |
getInstance() — Static method in class sekati.display.StageDisplay |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.events.ApplicationEventDispatcher |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.events.FramePulse |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.external.ExternalMouseWheel |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.log.Logger |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.managers.BrowserManager |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.managers.ContextMenuManager |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.managers.KeyManager |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.math.PRNG |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.profiler.PerformanceMonitor |
|
Singleton Accessor
|
getInstance() — Static method in class sekati.ui.Viewport |
|
Singleton Accessor
|
getItemId(caption, allowFuzzyMatch) — Method in class sekati.ui.ContextualMenu |
|
Returns the ContextualMenu item id that matches the caption arguments caption. |
getIterator() — Method in class sekati.collections.ArrayCollection |
|
Returns an IIterator which traverses the items in the collection
starting at index 0, and going to index length-1. |
getIterator() — Method in class sekati.collections.ArrayStack |
|
Returns an iterate which iterates over the items as they would
be returned by subsequent calls to pop . |
getIterator() — Method in class sekati.collections.DisplayListCollection |
|
The iterator used to handle going through the collection. |
getIterator() — Method in class sekati.collections.DisplayListStack |
|
The iterator used to handle going through the collection. |
getIterator() — Method in interface sekati.collections.ICollection |
|
The iterator used to handle going through the collection. |
getKey(o) — Static method in class sekati.core.KeyFactory |
|
Return the objects key or create a key entry if one does not exist. |
getKey() — Static method in class sekati.crypt.RUID |
|
Return the key property used to track RUID's
|
getKeys(d) — Static method in class sekati.utils.DictionaryUtil |
|
Return an Array of all keys in the dictionary. |
getLevels() — Method in class sekati.log.Logger |
|
Returns a stringified overview of all levels statuses. |
getLoader(url) — Static method in class sekati.load.AssetLocator |
|
Return the weak referenced AbstractLoader instance. |
getLoaderClass(path) — Static method in class sekati.load.FileType |
|
Detect the appropriate AbstractLoader for the passed in path
file type. |
getMonthName(month) — Method in class sekati.ui.AbstractCalendar |
|
Get the name of a month (January, Febuary, etc). |
getMonthName(index) — Static method in class sekati.utils.DateUtil |
|
Gets the name of the month specified by index. |
getMovieFromLibrary(className) — Static method in class sekati.utils.DisplayUtil |
|
Instantiate a Sprite symbol from the library by string name. |
getNextHighestDepth(o) — Static method in class sekati.utils.DisplayUtil |
|
Return the next highest depth. |
getNextKey() — Static method in class sekati.core.KeyFactory |
|
Return the next available key. |
getObject() — Method in class sekati.collections.Allocator |
|
Retrieve an object from the Allocator cache or create a
new object if the current cache has been exhausted. |
getObject() — Method in interface sekati.collections.IAllocator |
|
Retrieves an object from the cache. |
getPointFromDistanceAndAngle(centerPoint:sekati.geom:Point, dist, angle) — Static method in class sekati.geom.TrigBase |
|
Get new point based on distance and angle from a given point
Note: Rounding to 3 decimals because got results like this: 6.12303176911189e-15
just as a precaution not to screw up movieclips positions & infinite tween loops
|
getProperty(name) — Method in class sekati.collections.OrderedDictionary |
|
Proxy internal Dictionary contents for easy reference. |
getRadian(p1:sekati.geom:Point, p2:sekati.geom:Point) — Static method in class sekati.geom.TrigBase |
|
Get radian from two points
|
getRGBComponent(src, x, y) — Static method in class sekati.utils.ColorUtil |
|
Get the RGB components from a DisplayObject. |
getShortMonthName(index) — Static method in class sekati.utils.DateUtil |
|
Gets the abbreviated month name specified by index. |
getSoftShadowFilter() — Static method in class sekati.filters.FilterBase |
|
Return a default DropShadowFilter . |
getSurroundingMonth(isNextMonth) — Method in class sekati.ui.AbstractCalendar |
|
Return a surrounding month (previous/next to this calendar) in Date object format. |
getter(name) — Method in class sekati.reflect.ClassReflector |
|
Search for a getter (property, variable or method) with the specified name and return its MethodReflector
|
getTotalDaysInMonth(year, month) — Static method in class sekati.utils.DateUtil |
|
Return the number of dates in a specific month. |
getTotalDaysInYear(year) — Static method in class sekati.utils.DateUtil |
|
Returns the number of days in a specific year. |
getTransform(src) — Static method in class sekati.utils.ColorUtil |
|
Returns the transform value set by the last setTransform() call. |
getURL(url, window) — Static method in class sekati.net.NetBase |
|
A retro getURL wrapper for AS3. |
getUsableFonts(desiredFontList) — Static method in class sekati.utils.TextUtil |
|
Searches the client's available fonts to see if any of the Font from the desiredFontList are available. |
getValues(d) — Static method in class sekati.utils.DictionaryUtil |
|
Return an Array of all values in the dictionary. |
getZDistance(p:sekati.geom:Point3D) — Method in class sekati.geom.Point3D |
|
get Z distance between two points
|
getZDistance(p1:sekati.geom:Point3D, p2:sekati.geom:Point3D) — Static method in class sekati.geom.TrigBase |
| |
GIGABIT — Constant static property in class sekati.converters.BitConverter |
| |
gigabit2bit(n) — Static method in class sekati.converters.BitConverter |
| |
GIGABYTE — Constant static property in class sekati.converters.BitConverter |
| |
gigabyte2bit(n) — Static method in class sekati.converters.BitConverter |
| |
glimpse() — Method in class sekati.collections.ArrayBidirectionalIterator |
|
Return a glimple of the previous element without
directionally iterating the pointer backwards, or return
null if none. |
glimpse() — Method in class sekati.collections.ArrayLoopableIterator |
|
Return a glimple of the previous element without
directionally iterating the pointer backwards. |
glimpse() — Method in interface sekati.collections.IBidirectionalIterator |
|
Returns the previous item in the collection without moving to it. |
glow(a, b, c, s) — Static method in class sekati.transitions.Motion |
|
Return a base tween object glow transition
|
Goauld — Final class in package sekati.crypt |
|
Encodes and decodes a Goauld string. |
Goauld() — Constructor in class sekati.crypt.Goauld |
|
Goauld Static Constructor
|
GRADIENT_ALPHAS — Static property in class sekati.draw.DrawStyle |
| |
GRADIENT_COLORS — Static property in class sekati.draw.DrawStyle |
| |
gradientFill — Property in class sekati.ui.CirclePreloader |
| |
GRADIENT_INTERPOLATE — Static property in class sekati.draw.DrawStyle |
| |
GRADIENT_MATRIX — Static property in class sekati.draw.DrawStyle |
| |
GRADIENT_RATIOS — Static property in class sekati.draw.DrawStyle |
| |
GradientRect — Class in package sekati.draw |
|
GradientRect provides a gradient rectangle shape. |
GradientRect(width, height, colors, alphas, ratios, isVerticalGradient, type, spread, interpolation, focalPointRatio) — Constructor in class sekati.draw.GradientRect |
|
GradientRect Constructor
|
GRADIENT_SPREAD — Static property in class sekati.draw.DrawStyle |
| |
GRADIENT_TYPE — Static property in class sekati.draw.DrawStyle |
| |
gravityX — Property in class sekati.display.ForceSprite |
|
X-axis gravitational force being applied. |
gravityY — Property in class sekati.display.ForceSprite |
|
X-axis gravitational force being applied. |
greaterThan(alpha, beta) — Static method in class sekati.math.IntBase |
| |
grid(start, numPerRow, offset) — Method in class sekati.layout.Sort |
|
Sort items in a grid. |
GroupCollisionDetector — Class in package sekati.collisions |
|
GroupCollisionDetector provides collision detection to all registered display object
against all other registered display objects (many to many). |
GroupCollisionDetector(... rest) — Constructor in class sekati.collisions.GroupCollisionDetector |
|
GroupCollisionDetector Constructor
|
GUID — Final class in package sekati.crypt |
|
Genuine Unique IDentifier string. |
GUID() — Constructor in class sekati.crypt.GUID |
|
GUID Static Constructor
|
_gutterBar — Property in class sekati.ui.AbstractMediaPlayer |
| |
gutterClickHandler(e) — Method in class sekati.ui.Scroll |
|
Gutter clicks. |
|
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 |