|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.context.effects.Effect
com.icesoft.faces.context.effects.Fade
public class Fade
The Fade effect will transition an HTML element from one opacity to another. By default it will start at 100% and transition to invisible.
Field Summary |
---|
Fields inherited from class com.icesoft.faces.context.effects.Effect |
---|
ea |
Constructor Summary | |
---|---|
Fade()
Default. |
|
Fade(float from,
float to)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getFrom()
Get the starting opacity |
java.lang.String |
getFunctionName()
Get the Javascript function name |
float |
getTo()
Get the ending opacity |
int |
hashCode()
|
void |
setFrom(float from)
Set the starting opacity |
void |
setTo(float to)
Set the ending opacity |
Methods inherited from class com.icesoft.faces.context.effects.Effect |
---|
getDelay, getDuration, getFps, getId, getIntfromString, getQueue, getSequence, getSequenceId, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, setDuration, setFired, setFps, setId, setOptions, setQueue, setQueued, setQueueEnd, setSequence, setSequenceId, setSubmit, setSync, setTransitory, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Fade()
public Fade(float from, float to)
from
- Starting opacityto
- end opacityMethod Detail |
---|
public float getFrom()
getFrom
in class Effect
public void setFrom(float from)
setFrom
in class Effect
from
- public float getTo()
getTo
in class Effect
public void setTo(float to)
setTo
in class Effect
to
- public java.lang.String getFunctionName()
getFunctionName
in class Effect
public int hashCode()
hashCode
in class Effect
public boolean equals(java.lang.Object obj)
equals
in class Effect
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |