org.jboss.errai.widgets.client.effects.effectimpl
Class MozillaEffectImpl

java.lang.Object
  extended by org.jboss.errai.widgets.client.effects.effectimpl.MozillaEffectImpl
All Implemented Interfaces:
Effect

public class MozillaEffectImpl
extends Object
implements Effect


Constructor Summary
MozillaEffectImpl()
           
 
Method Summary
static void _setOpacity(com.google.gwt.dom.client.Element el, float opacity)
           
 com.google.gwt.user.client.Timer doFade(com.google.gwt.dom.client.Element el, double duration, int start, int end)
           
 void setOpacity(com.google.gwt.dom.client.Element el, int opacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaEffectImpl

public MozillaEffectImpl()
Method Detail

doFade

public com.google.gwt.user.client.Timer doFade(com.google.gwt.dom.client.Element el,
                                               double duration,
                                               int start,
                                               int end)
Specified by:
doFade in interface Effect

setOpacity

public void setOpacity(com.google.gwt.dom.client.Element el,
                       int opacity)
Specified by:
setOpacity in interface Effect

_setOpacity

public static void _setOpacity(com.google.gwt.dom.client.Element el,
                               float opacity)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.