animationeffectcollection-ag凯发旗舰厅



com.spire.presentation.collections
class animationeffectcollection

java.lang.object
  extended by com.spire.presentation.collections.animationeffectcollection
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public class animationeffectcollection
extends java.lang.object
implements com.spire.ms.system.collections.ienumerable

represent collection of effects.


constructor summary
animationeffectcollection(timeline parent)
           
 
method summary
 animationeffect addeffect(ishape shape, animationeffecttype animationeffecttype)
          add new effect to the end of sequence.
 void clear()
          removes all effects from a collection.
 animationeffect get(int index)
          gets an effect at the specified index.
 int getcount()
          gets the number of effects in a sequense.
 shape gettriggershape()
          gets or set shape target for interactive sequence.
 void remove(animationeffect item)
          removes specified effect from a collection.
 void removeat(int index)
          removes an effect from a collection.
 void settriggershape(shape value)
          gets or set shape target for interactive sequence.
 
constructor detail

animationeffectcollection

public animationeffectcollection(timeline parent)
method detail

getcount

public int getcount()
gets the number of effects in a sequense.
returns:

remove

public void remove(animationeffect item)
removes specified effect from a collection.
parameters:
item -

removeat

public void removeat(int index)
removes an effect from a collection.
parameters:
index -

clear

public void clear()
removes all effects from a collection.

get

public animationeffect get(int index)
gets an effect at the specified index.
parameters:
index -
returns:

gettriggershape

public shape gettriggershape()
gets or set shape target for interactive sequence. if sequence is not interactive then returns null. read/write .
returns:

settriggershape

public void settriggershape(shape value)
gets or set shape target for interactive sequence. if sequence is not interactive then returns null. read/write .
parameters:
value -

addeffect

public animationeffect addeffect(ishape shape,
                                 animationeffecttype animationeffecttype)
add new effect to the end of sequence.
parameters:
shape -
animationeffecttype -
returns:
throws:
java.lang.exception


网站地图