| 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 |
| IAllocator — Interface in package net.guttershark.util.collections |
|
IAllocator provides a common interface for the Allocator object and its descendants. |
| IBidirectionalIterator — Interface in package net.guttershark.util.collections |
|
IBidirectionalIterator defines how the non-destructive, pointer-based, bidrectional iterating of collections of items is handled. |
| ICollection — Interface in package net.guttershark.util.collections |
|
ICollection defines an object which represents a collection of objects. |
| id — Property in class net.guttershark.support.servicemanager.shared.BaseCall |
|
The id of this call. |
| Ident — Final class in package net.guttershark.util.akamai |
|
The Ident class is used for pinging an Akamai Ident service to determine
the best IP to use for a Flash Media Server on the Akamai network. |
| Ident() — Constructor in class net.guttershark.util.akamai.Ident |
|
Constructor for Ident instances. |
| IDestructiveIterator — Interface in package net.guttershark.util.collections |
|
IDestructiveIterator is a marker interface marking Iterators which are "destructive";
meaning they act directly on the collection they are iterating removing elements along its way. |
| IGNORE — Constant static property in class net.guttershark.util.filters.FilterMode |
|
Ignore the displacement outside of the displacement value range. |
| ignoreStageAlign — Static property in class net.guttershark.managers.LayoutManager |
|
Ignore the stage align property and correctly translate
stage alignment operations to the actual stage viewport -
meaning if the stage.align property is anything other
than undefined or TOP_LEFT, correctly translate the
positioning offsets that occur when setting x and y. |
| IIterator — Interface in package net.guttershark.util.collections |
|
IIterator defines how iterating collections of items is handled. |
| ILoopableIterator — Interface in package net.guttershark.util.collections |
|
ILoopableIterator defines how loopable, nondestructive, bi-directional iterating of collections of items is handled. |
| inactive — Event in class net.guttershark.util.Inactivity |
|
Dispatched when the user becomes inactive. |
| INACTIVE — Static property in class net.guttershark.util.Inactivity |
|
Defines the value of the type property of the event object used for inactive events. |
| Inactivity — Final class in package net.guttershark.util |
|
The Inactivity class can be used to watch for inactivity within the
scope of a DisplayObject. |
| Inactivity(scope, inactiveTimeout) — Constructor in class net.guttershark.util.Inactivity |
|
Constructor for Inactivity instances. |
| _index — Property in class net.guttershark.util.collections.Allocator |
| |
| init() — Method in class net.guttershark.display.BaseView |
|
Initialize this view - called from the constructor. |
| initModel() — Method in class net.guttershark.control.DocumentController |
|
A method you can override to initialize your own model - you should
always call super.initModel(). |
| initPathsForStandalone() — Method in class net.guttershark.control.DocumentController |
|
A method you can override to intialize path logic with the
model, when running in the Flash IDE. |
| initServices() — Method in class net.guttershark.model.Model |
|
Initializes all services defined in the model XML with the ServiceManager. |
| INNER — Constant static property in class net.guttershark.util.filters.FilterType |
|
Defines the filter type applied to the inner area of an object. |
| inRectangle(scope, rectangle) — Method in class net.guttershark.util.MouseUtils |
|
Check to see if the mouse is within the bounds of a rectangle. |
| insert(a, element, index) — Method in class net.guttershark.util.ArrayUtils |
|
Insert an element into an array at a specific index. |
| inst — Static property in class net.guttershark.model.Model |
|
Singleton instance. |
| intersect(d:net.guttershark.util.geom:Dimension) — Method in class net.guttershark.util.geom.Dimension |
|
This Dimension is intersected with the one specified. |
| invertColor(src) — Method in class net.guttershark.util.ColorUtils |
|
Inverts the color of the DisplayObject. |
| ip — Property in class net.guttershark.util.akamai.Ident |
|
The IP address that was found from the Akamai Ident Service. |
| IPointerIterator — Interface in package net.guttershark.util.collections |
|
IPointerIterator defines which Iterators which are "non-destructive";
meaning they implement a "pointer" to track iteration and do not act directly
on the collection they are iterating: the original collection is left intact. |
| IQueue — Interface in package net.guttershark.util.collections |
|
IQueue defines the queue data structure. |
| isActiveX() — Method in class net.guttershark.util.PlayerUtils |
|
IF the player is the active x player. |
| isAtEnd() — Method in class net.guttershark.util.collections.ArrayLoopableIterator |
|
Return true if pointer is at the end of the collection. |
| isAtEnd() — Method in interface net.guttershark.util.collections.ILoopableIterator |
|
Returns true if we are at the end of the collection. |
| isAtStart() — Method in class net.guttershark.util.collections.ArrayLoopableIterator |
|
Return true if pointer is at the begining of the collection. |
| isAtStart() — Method in interface net.guttershark.util.collections.ILoopableIterator |
|
Returns true if we are at the start of the collection. |
| isAvailable(libraryName) — Method in class net.guttershark.managers.AssetManager |
|
Check to see if an asset is available in the library. |
| isCached(key) — Method in class net.guttershark.util.cache.Cache |
|
Test whether or not an object is cached. |
| isDebugger() — Method in class net.guttershark.util.PlayerUtils |
|
Is the current player the debugger. |
| isemail(str) — Method in class net.guttershark.util.StringUtils |
|
Check whether a string is a valid email. |
| isEmpty — Property in class net.guttershark.util.collections.ArrayCollection |
|
Whether or not this collection is empty. |
| isEmpty — Property in class net.guttershark.util.collections.DisplayListCollection |
|
Whether or not this collection is empty. |
| isEmpty — Property in interface net.guttershark.util.collections.ICollection |
|
Whether or not this collection is empty. |
| isEmpty() — Method in class net.guttershark.util.geom.Dimension |
|
Returns true if the Dimension has width or
height greater than 0. |
| isEqual(p:net.guttershark.util.geom:Point) — Method in class net.guttershark.util.geom.Point |
|
Check if two Points are equal. |
| isEqual3D(p:net.guttershark.util.geom:Point3D) — Method in class net.guttershark.util.geom.Point3D |
|
Check if two Point3D instances are equal. |
| isEven(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is even (convert to Integer if necessary). |
| isfileuri(str) — Method in class net.guttershark.util.StringUtils |
|
Check whether or not a string is a valid file URI. |
| _isForward — Property in class net.guttershark.util.collections.ArrayBounceIterator |
| |
| isIDEPlayer() — Method in class net.guttershark.util.PlayerUtils |
|
If the flash player is the external player. |
| isInRange(n, min, max, blacklist) — Method in class net.guttershark.util.MathUtils |
|
Check if a number is in range. |
| isInteger(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is an Integer. |
| isLeapYear(year) — Method in class net.guttershark.util.DateUtils |
|
Determines whether or not the provided year is a leap year. |
| isLinux() — Method in class net.guttershark.util.PlayerUtils |
|
Check whether or not the current player is running on linux. |
| isMac() — Method in class net.guttershark.util.PlayerUtils |
|
Check whether or not the current player is running on a mac. |
| isMajorVersionOrBetter(version) — Method in class net.guttershark.util.PlayerUtils |
|
Whether or not the current player is >= a major version. |
| isNatural(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is Natural (positive Integer). |
| isNegative(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is negative. |
| isOdd(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is odd (convert to Integer if necessary). |
| isPathDefined(path) — Method in class net.guttershark.model.Model |
|
Check whether or not a path has been defined. |
| isPaused() — Method in class net.guttershark.display.FLV |
|
Check if the FLV is paused. |
| isPC() — Method in class net.guttershark.util.PlayerUtils |
|
Check whether or not the current player is running on a pc. |
| isphone(str) — Method in class net.guttershark.util.StringUtils |
|
Check whether or not a string is a valid phone number. |
| isPlaying() — Method in class net.guttershark.display.FLV |
|
Check if the FLV is playing. |
| isPlugIn() — Method in class net.guttershark.util.PlayerUtils |
|
If the player is just a regular plugin. |
| ispobox(address) — Method in class net.guttershark.util.StringUtils |
|
Check whether a string is a valid po box. |
| isPositive(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is positive (zero is positive). |
| isPrime(n) — Method in class net.guttershark.util.MathUtils |
|
Check if number is Prime (divisible only by itself and one). |
| _isSkipRepeat — Property in class net.guttershark.util.collections.ArrayBounceIterator |
| |
| isStandAlonePlayer() — Method in class net.guttershark.util.PlayerUtils |
|
When run as a standlone (projector, or flex builder)
|
| isStateAbbrev(state) — Method in class net.guttershark.util.StringUtils |
|
Check whether a state abbreviation is a valid state, according to the
usps list of abbreviations (http://www.usps.com/ncsc/lookups/abbr_state.txt) - including
military state abbreviations. |
| isStopped() — Method in class net.guttershark.display.FLV |
|
Check if the FLV is stopped. |
| IStack — Interface in package net.guttershark.util.collections |
|
IStack defines the stack data structure. |
| isurl(str) — Method in class net.guttershark.util.StringUtils |
|
Check that a string is a valid http URL. |
| isValidAge(year, month, day, requiredAge) — Method in class net.guttershark.util.DateUtils |
|
Check if birthdate entered meets required age. |
| isValidCCExDate(month, year) — Method in class net.guttershark.util.StringUtils |
|
Validate a credit card's expiration date. |
| isValidCCNumber(strNumber) — Method in class net.guttershark.util.StringUtils |
|
Validate a credit card number. |
| isValidDate(year, month, day, mustBeInPast) — Method in class net.guttershark.util.DateUtils |
|
Check if a valid date can be created with inputs. |
| _iterator — Property in class net.guttershark.util.collections.FilteredIterator |
| |
|
| 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 |