org.formaria.swing.helper
Class FadeInHelper

java.lang.Object
  extended by org.formaria.swing.helper.AnimationHelper
      extended by org.formaria.swing.helper.FadeInHelper
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class FadeInHelper
extends AnimationHelper

Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.


Field Summary
 
Fields inherited from class org.formaria.swing.helper.AnimationHelper
animationValue, targetComp
 
Constructor Summary
FadeInHelper()
          Creates a new instance of FadeInHelper
 
Method Summary
 void init()
           
 void updateComponent()
           
 
Methods inherited from class org.formaria.swing.helper.AnimationHelper
actionPerformed, animate, getAnaimationValueInc, setAnaimationValueInc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FadeInHelper

public FadeInHelper()
Creates a new instance of FadeInHelper

Method Detail

init

public void init()
Specified by:
init in class AnimationHelper

updateComponent

public void updateComponent()
Specified by:
updateComponent in class AnimationHelper