|
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.Appear
public class Appear
The appear effect will transition an HTML element from one opacity to another. By default if will transition from invisible to 100% opacity.
Field Summary |
---|
Fields inherited from class com.icesoft.faces.context.effects.Effect |
---|
ea |
Constructor Summary | |
---|---|
Appear()
Default. |
|
Appear(float from,
float to)
Transition between two opacities. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getFrom()
Get Start opacity |
java.lang.String |
getFunctionName()
The javascript function call. |
float |
getTo()
Get end opacity |
int |
hashCode()
|
void |
setFrom(float from)
Set start opacity |
void |
setTo(float to)
Set end 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 Appear()
public Appear(float from, float to)
from
- to
- Method 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 |