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 |
T — Constant static property in class sekati.ui.Keyboard |
| |
TAB — Constant static property in class sekati.ui.Keyboard |
| |
_target — Property in class sekati.ui.ContextualMenu |
| |
_target — Property in class sekati.ui.Viewport |
| |
_tb — Property in class sekati.ui.Viewport |
| |
TEA — Final class in package sekati.crypt |
|
Encrypts and decrypts string with the TEA (Block) algorithm. |
TEA() — Constructor in class sekati.crypt.TEA |
|
TEA Static Constructor
|
TempConverter — Class in package sekati.converters |
|
Temperature Conversion utilities
|
TempConverter() — Constructor in class sekati.converters.TempConverter |
|
TempConversion Static Constructor
|
TERABIT — Constant static property in class sekati.converters.BitConverter |
| |
terabit2bit(n) — Static method in class sekati.converters.BitConverter |
| |
TERABYTE — Constant static property in class sekati.converters.BitConverter |
| |
terabyte2bit(n) — Static method in class sekati.converters.BitConverter |
| |
text — Property in class sekati.text.FocusToggleField |
|
Set the default text on the TextField & store it as the last defaultValue. |
text — Property in class sekati.text.TextFlow |
|
The text string flowed through to the fields. |
TEXT — Constant static property in class sekati.utils.XMLUtil |
|
Constant representing a text node type returned from XML.nodeKind. |
TextButton — Class in package sekati.ui |
|
TextButton provides a very simple UI button with a text label and roll over states implementing InteractiveSprite . |
TextButton(caption, bgRect:sekati.draw:Rect, font, size) — Constructor in class sekati.ui.TextButton |
|
TextButton Constructor
|
TextEffect — Class in package sekati.text |
|
TextEffect
|
TextEffect() — Constructor in class sekati.text.TextEffect |
|
TextEffect Static Constructor
|
TextFlow — Class in package sekati.text |
|
TextFlow provides a virtual multi-column TextField comprised of multiple fields. |
TextFlow(... rest) — Constructor in class sekati.text.TextFlow |
|
TextFlow Constructor
|
TextLabel — Class in package sekati.ui |
|
Generic Text Label
|
TextLabel(str, fontFace, fontSize, fontColor, hasBorder, bgColor, borderColor, embedFont) — Constructor in class sekati.ui.TextLabel |
|
TextLabel Constructor
|
TextLoader — Class in package sekati.load |
|
TextLoader provides a standard API loader for text file String content. |
TextLoader(url) — Constructor in class sekati.load.TextLoader |
|
TextLoader Constructor
|
TEXT_LOADER — Constant static property in class sekati.load.FileType |
| |
TextUtil — Class in package sekati.utils |
|
Static class wrapping various Text utilities. |
TextUtil() — Constructor in class sekati.utils.TextUtil |
|
TextUtil Static Constructor
|
_tf — Property in class sekati.text.FocusToggle |
| |
tf — Property in class sekati.ui.TextButton |
| |
_thickness — Property in class sekati.draw.Bezier |
| |
thickness — Property in class sekati.draw.Bezier |
|
Return the thickness. |
_thickness — Property in class sekati.draw.Curve |
| |
thickness — Property in class sekati.draw.Curve |
|
Return the thickness. |
_thickness — Property in class sekati.draw.Line |
| |
thickness — Property in class sekati.draw.Line |
|
Return the thickness. |
_thickness — Property in class sekati.draw.Rect |
| |
thickness — Property in class sekati.draw.Rect |
|
Return the thickness. |
THICKNESS — Constant static property in class sekati.draw.Bezier |
|
I know this is BS but compiler bug in mxmlc prevents proper compilation. |
THICKNESS — Constant static property in class sekati.draw.Curve |
|
I know this is BS but compiler bug in mxmlc prevents proper compilation. |
THICKNESS — Static property in class sekati.draw.DrawStyle |
| |
THICKNESS — Constant static property in class sekati.draw.Line |
|
I know this is BS but compiler bug in mxmlc prevents proper compilation. |
THICKNESS — Constant static property in class sekati.draw.Rect |
|
I know this is BS but compiler bug in mxmlc prevents proper compilation. |
_this — Property in class sekati.text.AbstractTextField |
| |
time — Constant static property in class sekati.transitions.Motion |
|
Time Shortcuts
|
TimeConverter — Class in package sekati.converters |
|
Time Conversion Utilities
|
TimeConverter() — Constructor in class sekati.converters.TimeConverter |
|
TimeConversion Static Constructor
|
timeout — Property in class sekati.media.CameraDevice |
|
The number of milliseconds which must elapse without activity to invoke the activity event. |
timeout — Property in interface sekati.media.IDevice |
|
The number of milliseconds which must elapse without activity to invoke the activity event. |
timeout — Property in class sekati.media.MicrophoneDevice |
|
How many milliseconds must elapse without activity before a activity event is dispatched. |
timerHandler(e) — Method in class sekati.external.ExternalMouseWheel |
| |
_timestamp — Property in class sekati.events.LogEvent |
| |
timestamp — Property in class sekati.events.LogEvent |
|
The LogEvent timestamp
|
title — Static property in class sekati.external.BrowserAddress |
|
Returns value of property
|
title — Property in class sekati.managers.BrowserManager |
|
The browser page title. |
toBinary(numberToConvert) — Static method in class sekati.converters.BinaryConverter |
|
Convert int to binary string representation
|
toBoolean(s) — Static method in class sekati.converters.BoolConverter |
|
Convert string or number to boolean
|
toCelsius(f, p) — Static method in class sekati.converters.TempConverter |
|
Convert Fahrenheit to Celsius
|
toColor(str) — Static method in class sekati.utils.ColorUtil |
|
Parse a String representation of a color (hex or html) to uint. |
today — Property in class sekati.ui.AbstractCalendar |
| |
toDecimal(binaryRepresentation) — Static method in class sekati.converters.BinaryConverter |
|
Convert binary string to int
|
toDoubleQuote(str) — Static method in class sekati.utils.StringUtil |
|
Convert single quotes to double quotes. |
toFahrenheit(c, p) — Static method in class sekati.converters.TempConverter |
|
Convert Celsius to Fahrenheit
|
toggleDisplay() — Method in class sekati.profiler.PerformanceMonitor |
|
Toggle the graph UI visibility. |
toggleFullscreen() — Method in class sekati.display.StageDisplay |
|
Toggles the player between NORMAL and FULL_SCREEN. |
togglePause() — Method in class sekati.media.FLV |
|
Pause/Resume playback toggle. |
togglePause() — Method in interface sekati.media.IProgressiveMedia |
|
Pause/Resume playback toggle. |
togglePause() — Method in class sekati.media.MP3 |
|
Pause/Resume playback toggle. |
toHex(n, bigEndian) — Static method in class sekati.math.IntBase |
|
Outputs the hex value of a int, allowing the developer to specify
the endinaness in the process. |
toHexString(hex) — Static method in class sekati.utils.ColorUtil |
|
Convert a hexidecimal number to a string representation with ECMAScript notation: 0xrrggbb . |
toHTML(hex) — Static method in class sekati.utils.ColorUtil |
|
Convert a hexidecimal number to a string representation with HTML notation: #rrggbb . |
toNumeric(str) — Static method in class sekati.utils.StringUtil |
|
Remove all formatting and return cleaned numbers from string. |
toOrdinal(n) — Static method in class sekati.utils.DateUtil |
|
Reformat an integer to an ordinal number (1st, 2nd, 3rd, 4th, etc). |
top — Property in class sekati.collections.ArrayStack |
|
The object at the top of our stack, which would be return and removed on a
subsequent call to pop . |
top — Property in class sekati.collections.DisplayListStack |
|
The object at the top of our stack, which would be return and removed on a
subsequent call to pop . |
top — Property in interface sekati.collections.IStack |
|
The object at the top of our stack, which would be return and removed on a
subsequent call to pop . |
top — Property in class sekati.ui.Viewport |
|
Return top of the visible viewport. |
topBox — Property in class sekati.ui.Viewport |
|
Return the top letter box shape. |
Top Level — Package |
| |
toRelative(pastDate) — Method in class sekati.utils.DateUtil |
|
Return a human-readable relative string (yesterday, 10 minutes ago, etc) for a Date object. |
toSingleQuote(str) — Static method in class sekati.utils.StringUtil |
|
Convert double quotes to single quotes. |
toString(b) — Static method in class sekati.converters.BoolConverter |
|
Convert boolean value to string
|
toString() — Method in class sekati.core.CoreObject |
|
Return the Fully Qualified Class Name string representation of
the instance object via sekati.reflect.Stringifier . |
toString() — Method in interface sekati.core.ICoreInterface |
|
Return the Fully Qualified Class Name string representation of
the instance object via sekati.reflect.Stringifier . |
toString() — Method in class sekati.display.CoreShape |
|
Return reflective output. |
toString() — Method in class sekati.display.CoreSprite |
|
Return reflective output. |
toString() — Method in class sekati.geom.Dimension |
| |
toString() — Method in class sekati.log.Inspector |
|
Return the result
|
toString() — Method in class sekati.reflect.ClassReflector |
| |
toString() — Method in class sekati.reflect.MethodReflector |
| |
toTitleCase(str) — Static method in class sekati.utils.StringUtil |
|
Transforms source String to per word capitalization. |
toWord(n) — Static method in class sekati.converters.NumberConverter |
|
Convert any integer number to a plain english word string. |
trace(origin, message) — Method in interface sekati.log.ILogger |
| |
trace(origin, message) — Method in class sekati.log.Logger |
|
trace is a log level denoting a standard log event. |
TRACE — Constant static property in class sekati.log.LogLevel |
|
TRACE is a log level denoting a standard log event. |
track(pg) — Static method in class sekati.external.Urchin |
|
Track a page event. |
TRACK_ENABLE — Static property in class sekati.core.App |
|
Determines whether Google Analytics is utilized via sekati.external.Urchin . |
transform — Property in class sekati.media.MP3 |
|
The SoundTransform . |
triangle(bmp, x0, y0, x1, y1, x2, y2, c) — Static method in class sekati.draw.Raster |
|
Draw a triangle
|
triangle(center, sideLength) — Method in class sekati.layout.Sort |
|
Sort items in a triangle. |
TrigBase — Class in package sekati.geom |
|
TrigBase provides common trigonometry utilities. |
TrigBase() — Constructor in class sekati.geom.TrigBase |
|
TrigBase Static Constructor
|
trim(str) — Static method in class sekati.utils.StringUtil |
|
Remove leading & trailing white space. |
trimCamel(str) — Static method in class sekati.utils.StringUtil |
|
Trim spaces and camel notate String. |
truncateMultilineText(tf, numAlllowedLines, isEllipsed) — Static method in class sekati.utils.TextUtil |
|
Truncate a multiline TextField after the defined number of lines of text. |
truncateText(tf, maxWidth, isEllipsed, isLineEllipse) — Static method in class sekati.utils.TextUtil |
|
Truncate a single-line TextField to a specific width. |
tx — Property in class sekati.display.DraggableSprite |
| |
_tx — Property in class sekati.draw.Curve |
| |
tx — Property in class sekati.draw.Curve |
|
Return the thru x pos. |
ty — Property in class sekati.display.DraggableSprite |
| |
_ty — Property in class sekati.draw.Curve |
| |
ty — Property in class sekati.draw.Curve |
|
Return the thru y pos. |
_type — Property in class sekati.collections.Allocator |
| |
_type — Property in class sekati.draw.GradientRect |
| |
type — Property in class sekati.draw.GradientRect |
|
The gradient type
|
type — Property in class sekati.reflect.ClassReflector |
|
The class that was reflected
|
type — Property in class sekati.text.FocusToggleField |
|
Disallow any but TextFieldType.INPUT as type. |
type — Property in class sekati.utils.AbstractEmbeddedAsset |
|
The asset Class type. |
TypedArray — Dynamic class in package sekati.collections |
|
TypedArray provides strict data-typed array object to the API. |
TypedArray(dataType, ... rest) — Constructor in class sekati.collections.TypedArray |
|
TypedArray Constructor create an array containing only strict data-typed elements of dataType . |
TypeEnforcer — Class in package sekati.utils |
|
TypeEnforcer provides type helpers for class constructors. |
TypeEnforcer() — Constructor in class sekati.utils.TypeEnforcer |
|
TypeEnforcer Static Constructor
|
typesMatch(o, type) — Static method in class sekati.validators.TypeValidator |
|
Checks if the type of the passed-in object matches the passed-in type. |
TypeValidator — Class in package sekati.validators |
|
Basic Type Validation
|
TypeValidator() — Constructor in class sekati.validators.TypeValidator |
|
TypeValidator Static Constructor
|
|
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 |