|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.drawing.animation.timing
public class timing
represents animation timing.
constructor summary | |
---|---|
timing()
|
method summary | |
---|---|
float |
getaccelerate()
percentage of the duration over which acceleration should take place read/write |
animationrepeattype |
getanimationrepeattype()
gets repeat type of animation. |
boolean |
getautoreverse()
whether an effect should play forward and then reverse, thereby doubling the duration read/write |
float |
getdecelerate()
percentage of the duration over which acceleration should take place read/write |
float |
getduration()
length of animation (in seconds) read/write |
float |
getrepeatcount()
describes the number of times the effect should repeat. |
float |
getrepeatduration()
how long should the repeats last (in seconds) read/write |
animationrestarttype |
getrestart()
indicatesif a effect is to restart after complete. |
float |
getspeed()
specifies the percentage by which to speed up (or slow down) the timing. |
float |
gettriggerdelaytime()
delay time from when the trigger is enabled (in seconds) read/write |
animationtriggertype |
gettriggertype()
describes trigger type. |
void |
setaccelerate(float value)
|
void |
setanimationrepeattype(animationrepeattype value)
sets repeat type of animation. |
void |
setautoreverse(boolean value)
|
void |
setdecelerate(float value)
|
void |
setduration(float value)
|
void |
setrepeatcount(float value)
|
void |
setrepeatduration(float value)
|
void |
setrestart(animationrestarttype value)
|
void |
setspeed(float value)
|
void |
settriggerdelaytime(float value)
|
void |
settriggertype(animationtriggertype value)
|
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
constructor detail |
---|
public timing()
method detail |
---|
public float getaccelerate()
public void setaccelerate(float value)
public float getdecelerate()
public void setdecelerate(float value)
public boolean getautoreverse()
public void setautoreverse(boolean value)
public float getduration()
public void setduration(float value)
public float getrepeatcount()
public void setrepeatcount(float value)
public float getrepeatduration()
public void setrepeatduration(float value)
public animationrestarttype getrestart()
public void setrestart(animationrestarttype value)
public float getspeed()
public void setspeed(float value)
public float gettriggerdelaytime()
public void settriggerdelaytime(float value)
public animationtriggertype gettriggertype()
public void settriggertype(animationtriggertype value)
public animationrepeattype getanimationrepeattype()
public void setanimationrepeattype(animationrepeattype value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |