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  
getInitValue(name) — Method in class com.gskinner.motion.GTween
Returns the initial value for the specified property.
getTween(target, name) — Static method in class com.gskinner.motion.GTweener
Gets the tween that is actively tweening the specified property of the target, or null if none.
getTweens(target) — Static method in class com.gskinner.motion.GTweener
Returns an array of all tweens that GTweener is managing for the specified target.
getValue(name) — Method in class com.gskinner.motion.GTween
Returns the end value for the specified property if one exists.
getValues() — Method in class com.gskinner.motion.GTween
Returns the hash table of all end properties and their values.
goto(labelOrPosition) — Method in class com.gskinner.motion.GTweenTimeline
Jumps the timeline to the specified label or numeric position without affecting its paused state.
gotoAndPlay(labelOrPosition) — Method in class com.gskinner.motion.GTweenTimeline
Jumps the timeline to the specified label or numeric position and plays it.
gotoAndStop(labelOrPosition) — Method in class com.gskinner.motion.GTweenTimeline
Jumps the timeline to the specified label or numeric position and pauses it.
GTween — Class in package com.gskinner.motion
GTween ©2008 Grant Skinner, gskinner.com.
GTween(target, duration, values, props, pluginData) — Constructor in class com.gskinner.motion.GTween
Constructs a new GTween instance.
GTweener — Class in package com.gskinner.motion
GTweener ©2009 Grant Skinner, gskinner.com.
GTweenTimeline — Class in package com.gskinner.motion
GTweenTimeline ©2008 Grant Skinner, gskinner.com.
GTweenTimeline(target, duration, values, props, pluginData, tweens) — Constructor in class com.gskinner.motion.GTweenTimeline
Constructs a new GTweenTimeline instance.
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