public class Fade extends Effect
| Constructor and Description |
|---|
Fade()
Default.
|
Fade(float from,
float to) |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, toStringpublic Fade()
public Fade(float from,
float to)
from - Starting opacityto - end opacitypublic void setFrom(float from)
public void setTo(float to)
public java.lang.String getFunctionName()
getFunctionName in class EffectCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.