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>


Method Summary
 IMotionCmdPath add(int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
           
 void clear()
           
 IMotionCmdPath get_Item(int index)
           
 int getCount()
           
 void insert(int index, int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
           
 void remove(IMotionCmdPath item)
           
 void removeAt(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

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)