org.pushingpixels.substance.internal.animation
Class IconGlowTracker

java.lang.Object
  extended by org.pushingpixels.substance.internal.animation.IconGlowTracker

public class IconGlowTracker
extends java.lang.Object


Constructor Summary
IconGlowTracker(java.awt.Component component)
           
 
Method Summary
 void cancel()
           
 float getIconGlowPosition()
           
 boolean isPlaying()
           
 void play()
           
 void play(int fullLoopCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconGlowTracker

public IconGlowTracker(java.awt.Component component)
Method Detail

play

public void play()

play

public void play(int fullLoopCount)

isPlaying

public boolean isPlaying()

cancel

public void cancel()

getIconGlowPosition

public float getIconGlowPosition()