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 |
h — Property in class sekati.draw.Rect |
|
Return the height. |
H — Constant static property in class sekati.ui.Keyboard |
| |
_hasBuiltInItems — Property in class sekati.ui.ContextualMenu |
| |
hasChanged() — Method in class sekati.draw.AbstractShape |
|
Indicates whether the shape change has been rendered yet or not. |
hasEffect(tf) — Static method in class sekati.text.TextEffect |
|
Returns the effect state of a TextField instance. |
hasEventListener(type) — Method in class sekati.events.ApplicationEventDispatcher |
|
Checks whether the ApplicationEventDispatcher has any listeners registered for a specific type of event. |
hasFocus(o) — Method in class sekati.display.StageDisplay |
|
Test if a DisplayObject has focus within the stage. |
hasForce — Property in class sekati.display.ForceSprite |
|
Boolean value which determines whether the force (frameHandler ) is currently being applied. |
hasFullscreenMode — Static property in class sekati.validators.FlashValidator |
|
Returns true if the client flashplayer supports fullscreen mode (>=9.0.28). |
hash(s) — Static method in class sekati.crypt.MD5 |
|
Performs the MD5 hash algorithm on a string. |
hasKey(o) — Static method in class sekati.core.KeyFactory |
|
Determine if the object has a key entry. |
hasNext() — Method in class sekati.collections.ArrayBidirectionalIterator |
|
Check if iterator has a next element. |
hasNext() — Method in class sekati.collections.ArrayBounceIterator |
|
We always have a next element as we bounce at each iteration end. |
hasNext() — Method in class sekati.collections.ArrayIterator |
|
Check if iterator has a next element. |
hasNext() — Method in class sekati.collections.ArrayLoopableIterator |
|
Override: ArrayLoopableIterator always has a previous element. |
hasNext() — Method in class sekati.collections.DisplayListIterator |
|
Is there another item in the collection to move to. |
hasNext() — Method in class sekati.collections.FilteredIterator |
|
Is there another item in the collection to move to. |
hasNext() — Method in interface sekati.collections.IIterator |
|
Is there another item in the collection to move to. |
hasNext() — Method in class sekati.collections.StackIterator |
|
Is there another item in the collection to move to. |
hasNext() — Method in class sekati.collections.XMLListIterator |
|
Is there another item in the collection to move to. |
hasParent — Static property in class sekati.display.Canvas |
|
Reference property which defines whether the Canvas has a parent (and has thus been loaded by another
SWF): true or not (is executing under its own FlashPlayer instance): false . |
hasPrevious() — Method in class sekati.collections.ArrayBidirectionalIterator |
|
Check if iterator has a previous element. |
hasPrevious() — Method in class sekati.collections.ArrayLoopableIterator |
|
Override: ArrayLoopableIterator always has a next element. |
hasPrevious() — Method in interface sekati.collections.IBidirectionalIterator |
|
Is there a previous item in the collection to move to. |
_hdiv — Property in class sekati.utils.BitmapTransform |
| |
head — Property in class sekati.collections.ArrayQueue |
|
The next object in queue, would be return and removed on a subsequent call to dequeue. |
head — Property in class sekati.collections.DisplayListQueue |
|
The next object in queue, would be return and removed on a subsequent call to dequeue. |
head — Property in interface sekati.collections.IQueue |
|
The next object in queue, would be return and removed on a subsequent call to dequeue. |
hedron(center, corners, heightCap, rotate, isIntraRadial) — Method in class sekati.layout.Sort |
|
Sort items in hedron (star, square, triangle, hexagon, octagon, etc). |
_height — Property in class sekati.draw.GradientRect |
| |
_height — Property in class sekati.draw.Rect |
| |
height — Property in class sekati.geom.Dimension |
| |
_height — Property in class sekati.ui.FLVPlayer |
| |
height — Property in class sekati.ui.Viewport |
|
Return viewport height. |
_height — Property in class sekati.utils.BitmapTransform |
| |
hexagon(center, heightCap) — Method in class sekati.layout.Sort |
|
Sort items in a hexagon. |
HEX_CHARACTERS — Constant static property in class sekati.math.IntBase |
|
String for quick lookup of a hex character based on index
|
hexColor() — Static method in class sekati.math.Random |
|
Returns a random hexidecimal color. |
hexFromComponents(r, g, b) — Static method in class sekati.utils.ColorUtil |
|
Convert individual R,G,B values to a hexidecimal value. |
hexFromPercentages(rgbObj) — Static method in class sekati.utils.ColorUtil |
|
Convert an RGB Object to a hexidecimal color value. |
hide() — Method in class sekati.profiler.PerformanceMonitor |
|
Hide the graph UI. |
hideFields(... rest) — Static method in class sekati.utils.TextUtil |
|
Hide a TextField or TextField 's from display (visible false, alpha 0). |
HIGH — Constant static property in class sekati.filters.FilterQuality |
|
High filter quality. |
HINTING — Constant static property in class sekati.draw.Bezier |
| |
HINTING — Constant static property in class sekati.draw.Curve |
| |
HINTING — Static property in class sekati.draw.DrawStyle |
| |
HINTING — Constant static property in class sekati.draw.Line |
| |
HINTING — Constant static property in class sekati.draw.Rect |
| |
history — Property in class sekati.profiler.PerformanceMonitor |
| |
HOME — Constant static property in class sekati.ui.Keyboard |
| |
_host — Property in class sekati.net.PersistentXMLSocket |
| |
host — Property in class sekati.net.PersistentXMLSocket |
|
XMLSocket host. |
hours2ms(n) — Static method in class sekati.converters.TimeConverter |
| |
href — Static property in class sekati.external.BrowserAddress |
|
Return the full Browser URL
|
_hSegments — Property in class sekati.ui.RotationPlane |
| |
HSLtoHSV(hue, luminance, saturation) — Static method in class sekati.utils.ColorUtil |
|
Convert HSL to HSV using RGB conversions: color preservation may be dubious. |
HSLtoRGB(hue, luminance, saturation) — Static method in class sekati.utils.ColorUtil |
|
Convert HSL values to RGB values. |
HSVtoHSL(hue, saturation, value) — Static method in class sekati.utils.ColorUtil |
|
Convert HSV to HLS using RGB conversions: color preservation may be dubious. |
HSVtoRGB(hue, saturation, value) — Static method in class sekati.utils.ColorUtil |
|
Convert HSV values to RGB values. |
HTMLCode — Class in package sekati.utils |
|
HTMLCode Lookup tables
|
HTMLCode() — Constructor in class sekati.utils.HTMLCode |
|
HTMLCode Static Constructor
|
htmlDecode(s) — Static method in class sekati.utils.StringUtil |
|
Decode HTML. |
htmlEncode(s) — Static method in class sekati.utils.StringUtil |
|
Encode HTML. |
HUE_MAX — Constant static property in class sekati.utils.ColorUtil |
| |
HueToRGB(min, max, hue) — Static method in class sekati.utils.ColorUtil |
|
Convert hue to RGB values using a linear transformation. |
|
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 |