| 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 |
| padLeft(str, char, length) — Method in class net.guttershark.util.StringUtils |
|
Pads a string with the specified character to a specified length from the left. |
| padRight(str, char, length) — Method in class net.guttershark.util.StringUtils |
|
Pads a string with the specified character to a specified length from the right. |
| padTime(n) — Method in class net.guttershark.util.DateUtils |
|
Pads hours, minutes or seconds with a leading 0 - so 12:01 doesn't end up 12:1. |
| padZeroOnFloat(n) — Method in class net.guttershark.util.StringUtils |
|
Add zero in front of floated number. |
| parseXMLAsType(value) — Method in class net.guttershark.util.MathUtils |
|
Parse xml string boolean values into native booleans
- supports (true,false,0,1,yes,no,on,off). |
| pause() — Method in class net.guttershark.display.FLV |
|
Pause the flv. |
| pauseResume() — Method in class net.guttershark.display.FLV |
|
Pauses or resumes the flv. |
| pc — Property in class net.guttershark.display.CoreClip |
|
A placeholder variable for a PreloadController instance - you should initialize this yourself. |
| pc — Property in class net.guttershark.display.CoreSprite |
|
A placeholder variable for a PreloadController instance. |
| PCT_MAX — Constant property in class net.guttershark.util.ColorUtils |
|
The maxmimum percent. |
| peek() — Method in class net.guttershark.util.collections.ArrayBidirectionalIterator |
|
Return a peek of the next element without
directionally iterating the pointer forwards, or return
null if none. |
| peek() — Method in class net.guttershark.util.collections.ArrayBounceIterator |
|
Return a peek of the next element without
directionally iterating the pointer forwards, or return
null if none. |
| peek() — Method in class net.guttershark.util.collections.ArrayIterator |
|
Return the next item, but don't remove it yet. |
| peek() — Method in class net.guttershark.util.collections.ArrayLoopableIterator |
|
Return a peek of the next element without
directionally iterating the pointer forwards. |
| peek() — Method in class net.guttershark.util.collections.DisplayListIterator |
|
Returns the next item in the collection without moving to it. |
| peek() — Method in class net.guttershark.util.collections.FilteredIterator |
|
Returns the next item in the collection without moving to it. |
| peek() — Method in interface net.guttershark.util.collections.IIterator |
|
Returns the next item in the collection without moving to it. |
| peek() — Method in class net.guttershark.util.collections.StackIterator |
|
Returns the next item in the collection without moving to it. |
| peek() — Method in class net.guttershark.util.collections.XMLListIterator |
|
Returns the next item in the collection without moving to it. |
| percent — Property in class net.guttershark.support.preloading.events.PreloadProgressEvent |
|
The percent complete of the overall assets to download. |
| percent(amount, total, percentRange) — Method in class net.guttershark.util.MathUtils |
|
Return a percentage based on the numerator and denominator. |
| percentBuffered — Property in class net.guttershark.display.FLV |
|
The percent of the total buffer that is full. |
| percentBuffered — Property in class net.guttershark.support.events.FLVEvent |
|
The percent of the video that is in buffer. |
| percentLoaded — Property in class net.guttershark.display.FLV |
|
The percent of the video that has loaded. |
| percentLoaded — Property in class net.guttershark.support.events.FLVEvent |
|
The percent loaded. |
| percentPlayed — Property in class net.guttershark.display.FLV |
|
The percent of the video that has played. |
| percentPlayed — Property in class net.guttershark.support.events.FLVEvent |
|
Percent played. |
| petaabit2bit(n) — Method in class net.guttershark.util.MathUtils |
|
Convert petabits to bits. |
| PETABIT — Constant property in class net.guttershark.util.MathUtils |
|
Petabit value. |
| PETABYTE — Constant property in class net.guttershark.util.MathUtils |
|
Petabyte value. |
| petabyte2bit(n) — Method in class net.guttershark.util.MathUtils |
|
Convert petabyte to bits. |
| pixels — Property in class net.guttershark.support.preloading.events.PreloadProgressEvent |
|
The number of pixels that are "filled" based off of the overall progress. |
| pixelsBuffered — Property in class net.guttershark.support.events.FLVEvent |
|
The amount of pixels that are buffered out of the total buffer. |
| pixelsPlayed — Property in class net.guttershark.display.FLV |
|
The amount of pixels that are full. |
| pixelsPlayed — Property in class net.guttershark.support.events.FLVEvent |
|
The amount of pixels that have been played. |
| pixelsToFill — Property in class net.guttershark.control.Frame1Controller |
|
A stub method you should override to alter the amount
of pixels your site preloader needs to fill - the
default is 100. |
| pixelsToFill — Property in class net.guttershark.control.PreloadController |
|
Set the number of pixels to fill, useful if
the pixel calculations need to change. |
| pixelsToFill — Property in class net.guttershark.display.FLV |
|
The amount of pixels to use when calculating
how many pixels have played and how many
pixels for buffer are full. |
| play() — Method in class net.guttershark.display.FLV |
|
Play the flv. |
| player — Property in class net.guttershark.util.Utilities |
|
The singleton instance of PlayerUtils. |
| PlayerUtils — Final class in package net.guttershark.util |
|
The PlayerUtils class provides static shortcut methods for finding
things about the currently running player. |
| playSound(name, startOffset, loopCount, customVolume) — Method in class net.guttershark.managers.SoundManager |
|
Play a sound that was previously registered. |
| Point — Class in package net.guttershark.util.geom |
|
The Point class plots x and y coordinates in a 2D grid. |
| Point(x, y) — Constructor in class net.guttershark.util.geom.Point |
|
Constructor for Point instances. |
| Point3D — Class in package net.guttershark.util.geom |
|
The Point3D class plots x,y,and z in 3D space. |
| Point3D(x, y, z) — Constructor in class net.guttershark.util.geom.Point3D |
|
Constructor for Point3D instances. |
| pointDistance(p1:net.guttershark.util.geom:Point, p2:net.guttershark.util.geom:Point) — Method in class net.guttershark.util.MathUtils |
|
Get the distance between two points. |
| _pointer — Property in class net.guttershark.util.collections.ArrayBidirectionalIterator |
| |
| pointer — Property in class net.guttershark.util.collections.ArrayBidirectionalIterator |
|
The interative pointer index. |
| _pointer — Property in class net.guttershark.util.collections.ArrayBounceIterator |
| |
| pointer — Property in class net.guttershark.util.collections.ArrayBounceIterator |
|
The interative pointer index. |
| pointer — Property in interface net.guttershark.util.collections.IBidirectionalIterator |
|
Return the interative pointer index. |
| pointer — Property in interface net.guttershark.util.collections.IPointerIterator |
| |
| _pointer — Property in class net.guttershark.util.collections.XMLListIterator |
| |
| pointer — Property in class net.guttershark.util.collections.XMLListIterator |
|
The interative pointer index. |
| pop() — Method in class net.guttershark.util.collections.ArrayStack |
|
Remove and return the element at the top of the stack. |
| pop() — Method in class net.guttershark.util.collections.DisplayListStack |
|
Remove and return the element at the top of the stack. |
| pop() — Method in interface net.guttershark.util.collections.IStack |
|
Remove and return the element at the top of the stack. |
| pop() — Method in class net.guttershark.util.collections.OrderedDictionary |
|
Removes the last element from an ordered dictionary and returns the value of that element. |
| PreloadController — Final class in package net.guttershark.control |
|
The PreloadController class is a controller you use for loading Assets - it provides you
with methods for starting, stopping, pausing, resuming and prioritizing of assets,
and registers all loaded assets with the AssetManager. |
| PreloadController(pixelsToFill) — Constructor in class net.guttershark.control.PreloadController |
|
Constructor for PreloadController instances. |
| preloadProgress — Event in class net.guttershark.control.PreloadController |
|
Dispatched on progress of the entire PreloadController progress. |
| PreloadProgressEvent — Final class in package net.guttershark.support.preloading.events |
|
The PreloadProgressEvent dispatches to notify listeners the overall
progress of a PreloadController. |
| PreloadProgressEvent(type, pixels, percent) — Constructor in class net.guttershark.support.preloading.events.PreloadProgressEvent |
|
Constructor for PreloadProgressEvent instances. |
| previous() — Method in class net.guttershark.util.collections.ArrayBidirectionalIterator |
|
Returns the previous element, or null if none. |
| previous() — Method in class net.guttershark.util.collections.ArrayLoopableIterator |
|
Override: ArrayLoopableIterator starts at end upon interating to the begining. |
| previous() — Method in interface net.guttershark.util.collections.IBidirectionalIterator |
|
Move to the previous item and return it. |
| prioritize(asset:net.guttershark.support.preloading:Asset) — Method in class net.guttershark.control.PreloadController |
|
Prioritize an asset. |
| progress — Event in class net.guttershark.display.FLV |
|
Dispatched for progress of the flv. |
| PROGRESS — Constant static property in class net.guttershark.support.events.FLVEvent |
|
FLV Progress. |
| PROGRESS — Constant static property in class net.guttershark.support.preloading.events.AssetProgressEvent |
|
Defines the value of the type property of the assetProgress event type. |
| PROGRESS — Constant static property in class net.guttershark.support.preloading.events.PreloadProgressEvent |
|
Defines the value of the type property of the preloadProgress event type. |
| properCase(str) — Method in class net.guttershark.util.StringUtils |
|
Properly cases the string in "sentence format". |
| proportion(x1, y1, x2, y2, x) — Method in class net.guttershark.util.MathUtils |
|
Return the proportional value of two pairs of numbers. |
| props — Property in class net.guttershark.support.servicemanager.shared.BaseCall |
|
Call properties for this call. |
| purgeAll() — Method in class net.guttershark.util.cache.Cache |
|
Purges all cache. |
| purgeItem(key) — Method in class net.guttershark.util.cache.Cache |
|
Purge one item. |
| push(o) — Method in class net.guttershark.util.collections.ArrayStack |
|
Add an element to the top of the stack. |
| push(o) — Method in class net.guttershark.util.collections.DisplayListStack |
|
Add an element to the top of the stack. |
| push(o) — Method in interface net.guttershark.util.collections.IStack |
|
Add an element to the top of the stack. |
| push(name, value) — Method in class net.guttershark.util.collections.OrderedDictionary |
|
Adds one or more elements to the end of an ordered dictionary and returns the new length of the array. |
|
| 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 |