|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.MotionPathEx
public class MotionPathEx
Motion path is a collection which contains motion commands.
Constructor Summary | |
---|---|
MotionPathEx()
|
Method Summary | |
---|---|
int |
add(MotionCommandPathTypeEx type,
java.awt.geom.Point2D.Float[] pts,
MotionPathPointsTypeEx ptsType,
boolean bRelativeCoord)
Add new command to a motion path. |
void |
clear()
Removes all commands from a motion path. |
MotionCmdPathEx |
get(int index)
Returns command at the specified index. |
void |
insert(int index,
MotionCommandPathTypeEx type,
java.awt.geom.Point2D.Float[] pts,
MotionPathPointsTypeEx ptsType,
boolean bRelativeCoord)
Inserts new command to a motion path. |
java.util.Iterator |
iterator()
Returns the iterator for a motion path. |
void |
remove(MotionCmdPathEx item)
Removes specified command from a motion path. |
void |
removeAt(int index)
Removes command at the specified index. |
int |
size()
|
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(MotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, MotionPathPointsTypeEx ptsType, boolean bRelativeCoord)
type
- type of a motion command to add.pts
- coordinate points for creating new motion command.ptsType
- type of the used points.bRelativeCoord
- determines whether the coordinates are relative.public int size()
public void insert(int index, MotionCommandPathTypeEx type, java.awt.geom.Point2D.Float[] pts, MotionPathPointsTypeEx ptsType, boolean bRelativeCoord)
index
- where new command should be inserted.type
- type of a motion command to add.pts
- coordinate points for creating new motion command.ptsType
- type of the used points.bRelativeCoord
- determines whether the coordinates are relative.public void clear()
public void remove(MotionCmdPathEx item)
public void removeAt(int index)
public MotionCmdPathEx get(int index)
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |