|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.MotionPath
public class MotionPath
Represent motion path.
Constructor Summary | |
---|---|
MotionPath()
|
Method Summary | |
---|---|
IMotionCmdPath |
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. |
IMotionCmdPath |
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.Generic.IGenericEnumerator<IMotionCmdPath> |
iterator()
Returns an enumerator that iterates through the collection. |
void |
remove(IMotionCmdPath 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 MotionPath()
Method Detail |
---|
public IMotionCmdPath add(int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
Add new command to path
add
in interface IMotionPath
type
- pts
- ptsType
- bRelativeCoord
- public int getCount()
Returns the number of paths in the collection.
Read-only int
.
getCount
in interface IMotionPath
public void insert(int index, int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
Insert new command to path
insert
in interface IMotionPath
index
- type
- pts
- ptsType
- bRelativeCoord
- public void clear()
Removes all commands from the collection.
clear
in interface IMotionPath
public void remove(IMotionCmdPath item)
Removes specified commans from the collection.
remove
in interface IMotionPath
item
- Motion path to remove.public void removeAt(int index)
Removes a command at the specified index.
removeAt
in interface IMotionPath
index
- public IMotionCmdPath get_Item(int index)
Returns a command at the specified index.
get_Item
in interface IMotionPath
index
-
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IMotionCmdPath> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IMotionCmdPath>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IMotionCmdPath>
iterator
in interface java.lang.Iterable<IMotionCmdPath>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |