public class Appear extends Effect
| Constructor and Description |
|---|
Appear()
Default.
|
Appear(float from,
float to)
Transition between two opacities.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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 Appear()
public Appear(float from,
float to)
from - to - public void setFrom(float from)
public java.lang.String getFunctionName()
getFunctionName in class EffectCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.