|
||||||||
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 | |
---|---|
int |
add(int type,
java.awt.geom.Point2D.Float[] pts,
int ptsType,
boolean bRelativeCoord)
Add new command to path |
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. |
void |
insert(int index,
int type,
java.awt.geom.Point2D.Float[] pts,
int ptsType,
boolean bRelativeCoord)
Insert new command to path |
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 add(int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
Add new command to path
type
- pts
- ptsType
- bRelativeCoord
- public int getCount()
Returns the number of paths in the collection.
public void insert(int index, int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
Insert new command to path
index
- type
- pts
- ptsType
- bRelativeCoord
- 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 |