com.aspose.slides
Class AnimationTimeLine

java.lang.Object
  extended by com.aspose.slides.AnimationTimeLine
All Implemented Interfaces:
IAnimationTimeLine

public class AnimationTimeLine
extends java.lang.Object
implements IAnimationTimeLine

Represents timeline of animation.


Method Summary
 ISequenceCollection getInteractiveSequences()
           Returns collection of interactive sequences.
 ISequence getMainSequence()
           Returns main sequence which may contain only main effects collection.
 ITextAnimationCollection getTextAnimationCollection()
           Returns collection of text animations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInteractiveSequences

public ISequenceCollection getInteractiveSequences()

Returns collection of interactive sequences. This sequences may contain only effects by "click on shape" with specifies target shape. Read-only SequenceCollection.

Specified by:
getInteractiveSequences in interface IAnimationTimeLine

getMainSequence

public ISequence getMainSequence()

Returns main sequence which may contain only main effects collection. Read-only Sequence.

Specified by:
getMainSequence in interface IAnimationTimeLine

getTextAnimationCollection

public ITextAnimationCollection getTextAnimationCollection()

Returns collection of text animations. Read-only TextAnimationCollection.

Specified by:
getTextAnimationCollection in interface IAnimationTimeLine