com.aspose.slides.pptx.animation
Class AnimMotionPathEx
java.lang.Object
com.aspose.slides.pptx.animation.AnimMotionPathEx
public class AnimMotionPathEx
- extends java.lang.Object
Represent motion path.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimMotionPathEx
public AnimMotionPathEx()
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()