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) — Static method in class gs.util.StringUtils |
|
Pads a string with the specified character to a specified length from the left. |
padRight(str, char, length) — Static method in class gs.util.StringUtils |
|
Pads a string with the specified character to a specified length from the right. |
padTime(n) — Static method in class gs.util.DateUtils |
|
Pads hours, minutes or seconds with a leading 0 - so 12:01 doesn't end up 12:1. |
padZeroOnFloat(n) — Static method in class gs.util.StringUtils |
|
Add zero in front of floated number. |
_page — Property in class gs.util.iters.ArrayPageIterator |
|
The current page. |
page — Property in class gs.util.iters.ArrayPageIterator |
|
Set the current page index. |
pageSize — Property in class gs.util.iters.ArrayPageIterator |
|
The page size. |
panChange — Event in class gs.audio.AudioObject |
|
Dispatched when the panning changes. |
PAN_CHANGE — Constant static property in class gs.events.AudioEvent |
|
Audio panning changed. |
panning — Property in class gs.audio.AudioGroup |
|
The group panning. |
panning — Property in class gs.audio.AudioObject |
|
Panning. |
panTo(pan, duration) — Method in class gs.audio.AudioGroup |
|
Tween the pan to a new pan. |
panTo(pan, duration) — Method in class gs.audio.AudioObject |
|
Tween the panning. |
params — Property in class gs.soap.SoapMethodInfo |
|
Parameter names. |
parseXMLAsType(value) — Static method in class gs.util.MathUtils |
|
Parse xml string boolean values into native booleans
- supports (true,false,0,1,yes,no,on,off). |
pause() — Method in class gs.audio.AudioGroup |
|
Pause all sound instances contained in this group. |
pause() — Method in class gs.audio.AudioObject |
|
Pause playing. |
pause() — Method in class gs.display.flv.FLV |
|
Pause the flv. |
pause() — Method in class gs.display.flv.FLVPlaybackQManager |
|
Pause the queue. |
pause() — Method in class gs.preloading.Preloader |
|
Pause the preloader. |
pauseButton — Property in class gs.display.flv.FLVControls |
|
The pause button. |
paused — Event in class gs.audio.AudioGroup |
|
Dispatched when the group is paused. |
paused — Event in class gs.audio.AudioObject |
|
Dispatched when the sound is paused. |
PAUSED — Constant static property in class gs.events.AudioEvent |
|
Audio paused. |
pauseResume() — Method in class gs.display.flv.FLV |
|
Pauses or resumes the flv. |
PCT_MAX — Constant static property in class gs.util.ColorUtils |
|
The maxmimum percent. |
peek() — Method in class gs.util.iters.ArrayBidirectionalIterator |
|
Return a peek of the next element without
updating the array element pointer, or null . |
peek() — Method in class gs.util.iters.ArrayBounceIterator |
|
Return a peek of the next element without
updating the array element pointer, or return
null if none. |
peek() — Method in class gs.util.iters.ArrayIterator |
|
Get's the next item, but doesn't remove it. |
peek() — Method in class gs.util.iters.ArrayLoopableIterator |
|
Return a peek of the next element without
updating the pointer. |
percent — Property in class gs.events.PreloadProgressEvent |
|
The percent complete of the overall assets to download. |
percent(amount, total, percentRange) — Static method in class gs.util.MathUtils |
|
Return a percentage based on the numerator and denominator. |
percentBuffered — Property in class gs.display.flv.FLV |
|
The percent of the total buffer that is full. |
percentBuffered — Property in class gs.events.FLVEvent |
|
The percent of the video that is in buffer. |
percentLoaded — Property in class gs.display.flv.FLV |
|
The percent of the video that has loaded. |
percentLoaded — Property in class gs.events.FLVEvent |
|
The percent loaded. |
percentLoaded — Property in class gs.preloading.Preloader |
| |
percentPlayed() — Method in class gs.audio.AudioObject |
|
Get the percentage of the sound that has played. |
percentPlayed — Property in class gs.display.flv.FLV |
|
The percent of the video that has played. |
percentPlayed — Property in class gs.events.AudioEvent |
|
The percent of the audio that was played. |
percentPlayed — Property in class gs.events.FLVEvent |
|
Percent played. |
petaabit2bit(n) — Static method in class gs.util.MathUtils |
|
Convert petabits to bits. |
PETABIT — Constant static property in class gs.util.MathUtils |
|
Petabit value. |
PETABYTE — Constant static property in class gs.util.MathUtils |
|
Petabyte value. |
petabyte2bit(n) — Static method in class gs.util.MathUtils |
|
Convert petabyte to bits. |
pixels — Property in class gs.events.PreloadProgressEvent |
|
The number of pixels that are "filled" based off of the overall progress. |
pixelsBuffered — Property in class gs.events.FLVEvent |
|
The amount of pixels that are buffered out of the total buffer. |
pixelsFull — Property in class gs.preloading.Preloader |
|
Returns the pixels full, based off of how much
has downloaded, and how many pixelsToFill. |
pixelsPlayed() — Method in class gs.audio.AudioObject |
|
Get the amount of pixels that have played. |
pixelsPlayed — Property in class gs.display.flv.FLV |
|
The amount of pixels that are full. |
pixelsPlayed — Property in class gs.events.AudioEvent |
|
The pixels that have been played. |
pixelsPlayed — Property in class gs.events.FLVEvent |
|
The amount of pixels that have been played. |
pixelsToFill — Property in class gs.audio.AudioObject |
|
The amount of pixels to fill for this audio object. |
pixelsToFill — Property in class gs.display.flv.FLV |
|
The amount of pixels to use when calculating
how many pixels have played and how many
pixels for buffer are full. |
pixelsToFill — Property in class gs.preloading.Preloader |
|
The number of pixels that should be filled. |
play() — Method in class gs.audio.AudioGroup |
|
Play all sound instances contained in this group. |
play(_ops) — Method in class gs.audio.AudioObject |
|
Play this audio object. |
play() — Method in class gs.display.flv.FLV |
|
Play the flv. |
playAgainButton — Property in class gs.display.flv.FLVControls |
|
The play again button. |
playButton — Property in class gs.display.flv.FLVControls |
|
The play button. |
player — Property in class gs.display.flv.FLVPlaybackQManager |
|
The FLVPlayback instance used to play through the queue. |
PlayerUtils — Final class in package gs.util |
|
The PlayerUtils class provides shortcut methods for finding
things about the currently running player. |
playFromBeginning() — Method in class gs.display.flv.FLV |
|
Seeks to 0 and plays. |
playNext() — Method in class gs.display.flv.FLVPlaybackQManager |
|
Play the next video in the queue. |
playNow(source) — Method in class gs.display.flv.FLVPlaybackQManager |
|
Interupt the queue and play the specified file immediately. |
playReverse() — Method in class gs.display.decorators.ReversableClip |
|
Play the movie clip in reverse. |
playSound(id, options) — Method in class gs.audio.AudioGroup |
|
Play a sound object. |
pn — Property in class gs.audio.AudioGroup |
|
A tween property for panning. |
pn — Property in class gs.audio.AudioObject |
|
A tween property for panning. |
Point — Class in package gs.util.geom |
|
The Point class plots x and y coordinates in a 2D grid. |
Point(x, y) — Constructor in class gs.util.geom.Point |
|
Constructor for Point instances. |
Point3D — Class in package gs.util.geom |
|
The Point3D class plots x,y,and z in 3D space. |
Point3D(x, y, z) — Constructor in class gs.util.geom.Point3D |
|
Constructor for Point3D instances. |
pointDistance(p1:gs.util.geom:Point, p2:gs.util.geom:Point) — Static method in class gs.util.MathUtils |
|
Get the distance between two points. |
pop() — Method in class gs.util.OrderedDictionary |
|
Removes the last element from an ordered dictionary and returns the value of that element. |
positionSeekHandle() — Method in class gs.display.flv.FLVControls |
|
Positions the seek handle on every progress
event from the flv player. |
positionSeekHandleAtStartPosition() — Method in class gs.display.flv.FLVControls |
|
Positions the seek handle at the start position. |
preloader — Property in class gs.control.DocumentController |
|
A preloader instance. |
Preloader — Final class in package gs.preloading |
|
The Preloader class is a controller you use for loading assets. |
Preloader(pixelsToFill, loaderContext) — Constructor in class gs.preloading.Preloader |
|
Constructor for Preloader instances. |
preloadProgress — Event in class gs.preloading.Preloader |
|
Dispatched on progress of the entire Preloader progress. |
PreloadProgressEvent — Final class in package gs.events |
|
The PreloadProgressEvent dispatches to notify listeners the overall
progress of a Preloader. |
PreloadProgressEvent(type, pixels, percent) — Constructor in class gs.events.PreloadProgressEvent |
|
Constructor for PreloadProgressEvent instances. |
prev() — Method in class gs.util.iters.XMLListIterator |
|
The previous xml item. |
previous() — Method in class gs.util.iters.ArrayBidirectionalIterator |
|
The previous element, or null. |
previous() — Method in class gs.util.iters.ArrayLoopableIterator |
|
Returns the previous object, and will go to the end
once the pointer get's to the beginning. |
previousIndex — Property in class gs.display.accordion.Accordion |
| |
previousPage() — Method in class gs.util.iters.ArrayPageIterator |
|
Get the previous page out of the array. |
printf(raw, ... rest) — Package function in gs.util |
|
Python style print format. |
prioritize(asset:gs.preloading:Asset) — Method in class gs.preloading.Preloader |
|
Prioritize an asset. |
process(call:gs.http:HTTPCall) — Method in class gs.http.HTTPCallResultHandler |
|
Process an http call instance. |
process(returned, isFault) — Method in class gs.remoting.RemotingCallResultHandler |
|
Process the returned object. |
process(raw) — Method in class gs.soap.SoapCallResultHandler |
|
Default process method that figures out if the
soap response was successful or faulty. |
Profiler — Class in package gs.util |
|
The Profiler class is a generic graph utility
the displays memory, and frames per second
statistics. |
progress — Event in class gs.audio.AudioObject |
|
Dispatched for progress of the audio. |
progress — Event in class gs.display.flv.FLV |
|
Dispatched for progress of the flv. |
progress — Event in class gs.util.FileRef |
|
Dispatched on file upload progress. |
PROGRESS — Constant static property in class gs.events.AssetProgressEvent |
|
Defines the value of the type property of the assetProgress event type. |
PROGRESS — Constant static property in class gs.events.AudioEvent |
|
Audio progress. |
PROGRESS — Constant static property in class gs.events.FLVEvent |
|
FLV Progress. |
PROGRESS — Constant static property in class gs.events.PreloadProgressEvent |
|
Defines the value of the type property of the preloadProgress event type. |
progressBar — Property in class gs.display.flv.FLVControls |
|
The play progress bar. |
progressBarFull() — Method in class gs.display.flv.FLVControls |
|
Set's the progress bar to it's complete state. |
progressEvent — Property in class gs.util.FileRef |
|
The latest progress event. |
progressTimerInterval — Property in class gs.audio.AudioObject |
|
The interval for dispatching progress events. |
prop(prop, ... rest, objs) — Static method in class gs.util.SetterUtils |
|
Set any property to the specified value, on all objects. |
properCase(str) — Static method in class gs.util.StringUtils |
|
Properly cases the string in "sentence format". |
proportion(x1, y1, x2, y2, x) — Static method in class gs.util.MathUtils |
|
Return the proportional value of two pairs of numbers. |
props — Property in class gs.display.decorators.Decorator |
|
Props lookup. |
proxyThrough — Property in class gs.display.decorators.Decorator |
|
An optional proxy object that unknown
methods or properties get sent to. |
purgeAll() — Method in class gs.util.cache.Cache |
|
Purges all cache. |
purgeItem(key) — Method in class gs.util.cache.Cache |
|
Purge one item. |
push(name, value) — Method in class gs.util.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 |