| 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 |
| M — Constant static property in class sekati.ui.Keyboard |
| |
| makeButton(o, enabled) — Static method in class sekati.utils.DisplayUtil |
|
Turns button behavior of a sprite on/off. |
| MANAGED_MENU — Static property in class sekati.core.App |
|
Determines whether the ContextMenuManager is instantiated during Bootstrap. |
| mapBitmapData(bd, topLeft, topRight, bottomRight, bottomLeft, container) — Method in class sekati.utils.BitmapTransform |
|
Map the BitmapData transformation. |
| mass — Property in class sekati.display.ForceSprite |
|
The general mass of the object (decreases acceleration, increases friction). |
| _masterHeight — Property in class sekati.ui.RotationPlane |
| |
| _masterWidth — Property in class sekati.ui.RotationPlane |
| |
| matchValues(aA, aB) — Static method in class sekati.utils.ArrayUtil |
|
Compare two arrays for a matching value. |
| _material0 — Property in class sekati.ui.RotationPlane |
| |
| material0 — Property in class sekati.ui.RotationPlane |
|
The DisplayObject "material" used on the first (front) side of the plane. |
| _material1 — Property in class sekati.ui.RotationPlane |
| |
| material1 — Property in class sekati.ui.RotationPlane |
|
The DisplayObject "material" used on the second (reverse) side of the plane. |
| MathBase — Class in package sekati.math |
|
MathBase provides a common math API. |
| MathBase() — Constructor in class sekati.math.MathBase |
|
MathBase Static Constructor
|
| _matrix — Property in class sekati.draw.GradientRect |
| |
| matrix — Property in class sekati.draw.GradientRect |
|
The gradient matrix. |
| max(... rest) — Static method in class sekati.math.MathBase |
|
Returns the highest value of all passed arguments like Math.max( )
but supports any number of args passed to it. |
| max(a) — Static method in class sekati.utils.ArrayUtil |
|
Return the array index of the maximum value in a numeric array. |
| maxArray(a) — Static method in class sekati.math.MathBase |
|
Returns the highest value of all items in array like Math.max( )
but supports any number of items. |
| maxFps — Property in class sekati.profiler.PerformanceMonitor |
| |
| MAXIMUM_CARD_LENGTH — Constant static property in class sekati.validators.CreditCardValidator |
| |
| maxMem — Property in class sekati.profiler.PerformanceMonitor |
| |
| MAX_PIXELS — Constant static property in class sekati.validators.BitmapValidator |
|
The maximum number of possible pixels in a BitmapData object in the Flash Player.
- <= FP9: 8,294,400 pixels total (aka 2880x2880) .
- >= FP10: 16,777,215 pixels total (aka 0xFFFFFF, large bitmap support).
|
| MAX_SIDE_LENGTH — Constant static property in class sekati.validators.BitmapValidator |
|
The maximum possible size if a BitmapData object size.
- <= FP9: 2880 pixels per side.
- >= FP10: 8191 pixels per side (large bitmap support allows this only so long as the object remains under the
MAX_PIXELS size).
|
| MAX_SIZE — Constant static property in class sekati.display.CoreBitmapData |
|
Defines the (<= FP9) maximum dimension of a BitmapData object in the Flash Player. |
| MAX_SIZE — Constant static property in class sekati.validators.BitmapValidator |
|
The maximum dimension of a squared BitmapData object in the Flash Player.
- <= FP9: 2880 pixel maximum per squared.
- >= FP10: 4095 pixel maximum squared (large bitmap support.
|
| MAX_SIZE_SAFE — Constant static property in class sekati.validators.BitmapValidator |
|
The maximum safe dimensions of a BitmapData object in the Flash >=9. |
| maxVal(a) — Static method in class sekati.utils.ArrayUtil |
|
Return the maximum value in a numeric array. |
| MD5 — Final class in package sekati.crypt |
|
The MD5 Message-Digest Algorithm
Implementation based on algorithm description at
http://www.faqs.org/rfcs/rfc1321.html
|
| MD5() — Constructor in class sekati.crypt.MD5 |
|
MD5 Static Constructor
|
| _media — Property in class sekati.ui.AbstractMediaPlayer |
| |
| media — Property in class sekati.ui.AbstractMediaPlayer |
|
The IProgressiveMedia being played. |
| MediaEvent — Class in package sekati.events |
|
MediaEvent provides a base event for FLV and MP3 loading, streaming & playback. |
| MediaEvent(type, statusCode, percentLoaded, percentPlayed, metaData, cuePointData, id3, bubbles, cancelable) — Constructor in class sekati.events.MediaEvent |
|
MediaEvent Constructor
|
| MEDIUM — Constant static property in class sekati.filters.FilterQuality |
|
Medium filter quality. |
| MEGABIT — Constant static property in class sekati.converters.BitConverter |
| |
| megabit2bit(n) — Static method in class sekati.converters.BitConverter |
| |
| MEGABYTE — Constant static property in class sekati.converters.BitConverter |
| |
| megabyte2bit(n) — Static method in class sekati.converters.BitConverter |
| |
| memList — Property in class sekati.profiler.PerformanceMonitor |
| |
| menu — Property in class sekati.managers.ContextMenuManager |
|
Return the ContextualMenu for direct manipulation. |
| merge(aA, aB) — Static method in class sekati.utils.ArrayUtil |
|
Merge two arrays into one. |
| _message — Property in class sekati.events.LogEvent |
| |
| message — Property in class sekati.events.LogEvent |
|
The LogEvent message
|
| _metadata — Property in class sekati.events.MediaEvent |
| |
| metadata — Property in class sekati.events.MediaEvent |
|
The MediaEvent's metadata object. |
| METADATA — Constant static property in class sekati.events.MediaEvent |
|
|
| metaDataHandler(metadata) — Method in class sekati.media.FLV |
|
NetStream metadata handler. |
| method(name) — Method in class sekati.reflect.ClassReflector |
|
Search for a method with the specified name and return its MethodReflector
|
| MethodReflector — Class in package sekati.reflect |
|
MethodReflector provides a centralized method reflection API. |
| MethodReflector(classReflection:sekati.reflect:ClassReflector, methodDescription) — Constructor in class sekati.reflect.MethodReflector |
|
MethodReflector Constructor
|
| methods — Property in class sekati.reflect.ClassReflector |
|
Instance method descriptions
|
| microphone — Property in class sekati.media.MicrophoneDevice |
|
The attached microphone driver's Microphone instance. |
| MicrophoneDevice — Class in package sekati.media |
|
MicrophoneDevice provides a Microphone control to the API. |
| MicrophoneDevice(silenceLevel, rate, gain, timeout, loopback, useEchoSuppression, autoPoll) — Constructor in class sekati.media.MicrophoneDevice |
|
MicrophoneDevice Constructor
|
| min(... rest) — Static method in class sekati.math.MathBase |
|
Returns the lowest value of all passed arguments like Math.min( )
but supports any number of args passed to it. |
| min(a) — Static method in class sekati.utils.ArrayUtil |
|
Return the array index of the minimum value in a numeric array. |
| minArray(a) — Static method in class sekati.math.MathBase |
|
Returns the lowest value of all items in array like Math.min()
but supports any number of items. |
| minFps — Property in class sekati.profiler.PerformanceMonitor |
| |
| MINIMUM_CARD_LENGTH — Constant static property in class sekati.validators.CreditCardValidator |
| |
| minMem — Property in class sekati.profiler.PerformanceMonitor |
| |
| MINUS — Constant static property in class sekati.ui.Keyboard |
| |
| minutes2ms(n) — Static method in class sekati.converters.TimeConverter |
| |
| minVal(a) — Static method in class sekati.utils.ArrayUtil |
|
Return the minimum value in a numeric array. |
| _miterLimit — Property in class sekati.draw.Bezier |
| |
| _miterLimit — Property in class sekati.draw.Curve |
| |
| _miterLimit — Property in class sekati.draw.Line |
| |
| _miterLimit — Property in class sekati.draw.Rect |
| |
| MITER_LIMIT — Constant static property in class sekati.draw.Bezier |
| |
| MITER_LIMIT — Constant static property in class sekati.draw.Curve |
| |
| MITER_LIMIT — Static property in class sekati.draw.DrawStyle |
| |
| MITER_LIMIT — Constant static property in class sekati.draw.Line |
| |
| MITER_LIMIT — Constant static property in class sekati.draw.Rect |
| |
| mixer(tf, str) — Static method in class sekati.text.TextEffect |
|
|
| mod10(strNumber) — Static method in class sekati.crypt.Luhn |
|
Validate a credit card number with mod10
|
| monitor(e) — Method in class sekati.collisions.AbstractCollisionDetector |
|
Frame-based collision monitoring dispatches CollisionEvent's
when one or more collisions are detected. |
| MONITOR_MS — Static property in class sekati.managers.BrowserManager |
|
The amount of time (in milliseconds) between BrowserAddress checks. |
| month — Property in class sekati.ui.AbstractCalendar |
| |
| MONTHS — Constant static property in class sekati.utils.DateUtil |
| |
| MONTHS_SHORT — Static property in class sekati.utils.DateUtil |
|
An array of abbreviated month. |
| Motion — Class in package sekati.transitions |
|
Motion provides some common Tweener shortcuts. |
| Motion() — Constructor in class sekati.transitions.Motion |
|
Motion Static Constructor
|
| motionLevel — Property in class sekati.media.CameraDevice |
|
The amount of motion required to invoke the activity event. |
| MOUSE_IDLE — Constant static property in class sekati.events.StageEvent |
|
|
| MOUSE_RESUME — Constant static property in class sekati.events.StageEvent |
|
|
| MOUSE_WHEEL — Constant static property in class sekati.events.ExternalMouseEvent |
|
|
| mouseWheelHandler(e) — Method in class sekati.ui.Scroll |
|
MouseWheel handler for MouseEvent.MOUSE_WHEEL or mac ExternalMouseEvent.MOUSE_WHEEL. |
| moveAmount(amount, sec) — Method in class sekati.ui.Scroll |
|
Tween the scroll _bar by a certain amount. |
| moveBar(pos, sec) — Method in class sekati.ui.Scroll |
|
Tween _bar to position, _content will reposition accordingly. |
| moveContent(pos, sec) — Method in class sekati.ui.Scroll |
|
Tween to a position within the _content, scroll _bar will reposition accordingly. |
| moveHandler(e) — Method in class sekati.display.StageDisplay |
|
Dispatches StageEvent.MOUSE_RESUME if the mouse activity resumes from idleness. |
| movePercent(contentPercent, sec) — Method in class sekati.ui.Scroll |
|
Tween the scroll _bar by the specified percentage of the total content. |
| MOVE_PERCENT — Constant static property in class sekati.ui.Scroll |
|
Default percentage of content to tween by in move methods. |
| movePointer(isPreview) — Method in class sekati.collections.ArrayBounceIterator |
|
Move the pointer in the proper direction; bounce at either end. |
| MOVE_TIME — Constant static property in class sekati.ui.Scroll |
|
Default tween duration, in second, in move methods. |
| movie — Property in class sekati.ui.FLVPlayer |
|
The FLV being played. |
| MP3 — Class in package sekati.media |
|
MP3 provides a common media control object for playing progressive audio content. |
| MP3() — Constructor in class sekati.media.MP3 |
|
MP3 Constructor
|
| MP3Player — Class in package sekati.ui |
|
MP3Player provides playback control interface logic to be used with sekati.media.MP3. |
| MP3Player(playBtn, progressBar, bufferBar, gutterBar, volumeBtn, volume, pan) — Constructor in class sekati.ui.MP3Player |
|
MP3Player Constructor
|
| ms(n) — Static method in class sekati.converters.TimeConverter |
| |
| _ms — Property in class sekati.utils.StopWatch |
| |
| ms2days(n) — Static method in class sekati.converters.TimeConverter |
| |
| ms2hours(n) — Static method in class sekati.converters.TimeConverter |
| |
| ms2minutes(n) — Static method in class sekati.converters.TimeConverter |
| |
| ms2seconds(n) — Static method in class sekati.converters.TimeConverter |
| |
| ms2weeks(n) — Static method in class sekati.converters.TimeConverter |
| |
| MS_PER_DAY — Constant static property in class sekati.converters.TimeConverter |
| |
| MS_PER_HOUR — Constant static property in class sekati.converters.TimeConverter |
| |
| MS_PER_MINUTE — Constant static property in class sekati.converters.TimeConverter |
| |
| muted — Property in class sekati.media.CameraDevice |
|
Indicates whether the user has denied access to the device (true) or allowed
access (false) in the Flash Player Privacy dialog box. |
| muted — Property in interface sekati.media.IDevice |
|
Indicates whether the user has denied access to the device (true) or allowed access (false) in the Flash Player Privacy dialog box. |
| muted — Property in class sekati.media.MicrophoneDevice |
|
Indicates whether the user has denied access to the device (true) or allowed
access (false) in the Flash Player Privacy dialog box. |
| mykey — Static property in class sekati.crypt.RC4 |
| |
|
| 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 |