com.aspose.slides
Interface IMotionPath
- All Superinterfaces:
- com.aspose.ms.System.Collections.IEnumerable<IMotionCmdPath>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IMotionCmdPath>, java.lang.Iterable<IMotionCmdPath>
- All Known Implementing Classes:
- MotionPath
public interface IMotionPath
- extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IMotionCmdPath>
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
add
IMotionCmdPath add(int type,
java.awt.geom.Point2D.Float[] pts,
int ptsType,
boolean bRelativeCoord)
getCount
int getCount()
insert
void insert(int index,
int type,
java.awt.geom.Point2D.Float[] pts,
int ptsType,
boolean bRelativeCoord)
clear
void clear()
remove
void remove(IMotionCmdPath item)
removeAt
void removeAt(int index)
get_Item
IMotionCmdPath get_Item(int index)