timing-ag凯发旗舰厅



com.spire.presentation.drawing.animation
class timing

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.drawing.animation.timing

public class timing
extends pptobject

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

timing

public timing()
method detail

getaccelerate

public float getaccelerate()
percentage of the duration over which acceleration should take place read/write .
returns:

setaccelerate

public void setaccelerate(float value)

getdecelerate

public float getdecelerate()
percentage of the duration over which acceleration should take place read/write .
returns:

setdecelerate

public void setdecelerate(float value)

getautoreverse

public boolean getautoreverse()
whether an effect should play forward and then reverse, thereby doubling the duration read/write .
returns:

setautoreverse

public void setautoreverse(boolean value)

getduration

public float getduration()
length of animation (in seconds) read/write .
returns:

setduration

public void setduration(float value)

getrepeatcount

public float getrepeatcount()
describes the number of times the effect should repeat. read/write .
returns:

setrepeatcount

public void setrepeatcount(float value)

getrepeatduration

public float getrepeatduration()
how long should the repeats last (in seconds) read/write .
returns:

setrepeatduration

public void setrepeatduration(float value)

getrestart

public animationrestarttype getrestart()
indicatesif a effect is to restart after complete. read/write .
returns:

setrestart

public void setrestart(animationrestarttype value)

getspeed

public float getspeed()
specifies the percentage by which to speed up (or slow down) the timing. read/write .
returns:

setspeed

public void setspeed(float value)

gettriggerdelaytime

public float gettriggerdelaytime()
delay time from when the trigger is enabled (in seconds) read/write .
returns:

settriggerdelaytime

public void settriggerdelaytime(float value)

gettriggertype

public animationtriggertype gettriggertype()
describes trigger type. read/write .
returns:

settriggertype

public void settriggertype(animationtriggertype value)

getanimationrepeattype

public animationrepeattype getanimationrepeattype()
gets repeat type of animation.
returns:

setanimationrepeattype

public void setanimationrepeattype(animationrepeattype value)
sets repeat type of animation.


网站地图