com.aspose.slides.pptx.animation
Class AnimMotionPathEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimMotionPathEx

public class AnimMotionPathEx
extends java.lang.Object

Represent motion path.


Constructor Summary
AnimMotionPathEx()
           
 
Method Summary
 int add(AnimMotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, AnimMotionPathPointsTypeEx ptsType, boolean bRelativeCoord)
          Add the new command to a path.
 void clear()
           
 AnimMotionCmdPathEx get(int index)
           
 void insert(int index, AnimMotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, AnimMotionPathPointsTypeEx ptsType, boolean bRelativeCoord)
          Insert new command to path
 java.util.Iterator iterator()
           
 void remove(AnimMotionCmdPathEx item)
           
 void removeAt(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimMotionPathEx

public AnimMotionPathEx()
Method Detail

add

public int add(AnimMotionCommandPathTypeEx type,
               java.awt.geom.Point2D.Float[] pts,
               AnimMotionPathPointsTypeEx ptsType,
               boolean bRelativeCoord)
Add the new command to a path.

Parameters:
type -
pts -
ptsType -
bRelativeCoord -

size

public int size()

insert

public void insert(int index,
                   AnimMotionCommandPathTypeEx type,
                   java.awt.geom.Point2D.Float[] pts,
                   AnimMotionPathPointsTypeEx ptsType,
                   boolean bRelativeCoord)
Insert new command to path

Parameters:
index -
type -
pts -
ptsType -
bRelativeCoord -

clear

public void clear()

remove

public void remove(AnimMotionCmdPathEx item)

removeAt

public void removeAt(int index)

get

public AnimMotionCmdPathEx get(int index)

iterator

public java.util.Iterator iterator()