|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.MotionPathEx
public class MotionPathEx
Represent motion path.
Constructor Summary | |
---|---|
MotionPathEx()
|
Method Summary | |
---|---|
void |
clear()
Removes all commands from the collection. |
MotionCmdPathEx |
get_Item(int index)
Returns a command at the specified index. |
int |
getCount()
Returns the number of paths in the collection. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an iterator for the collection. |
void |
remove(MotionCmdPathEx item)
Removes specified commans from the collection. |
void |
removeAt(int index)
Removes a command at the specified index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MotionPathEx()
Method Detail |
---|
public int getCount()
Returns the number of paths in the collection.
public void clear()
Removes all commands from the collection.
public void remove(MotionCmdPathEx item)
Removes specified commans from the collection.
item
- Motion path to remove.public void removeAt(int index)
Removes a command at the specified index.
index
- public MotionCmdPathEx get_Item(int index)
Returns a command at the specified index.
index
-
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an iterator for the collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |