|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMotionPath
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 |
void |
remove(IMotionCmdPath item)
Removes specified commans from the collection. |
void |
removeAt(int index)
Removes a command at the specified index. |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
IMotionCmdPath add(int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord)
Add new command to path
type
- pts
- ptsType
- bRelativeCoord
- int getCount()
Returns the number of paths in the collection.
Read-only int
.
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
- void clear()
Removes all commands from the collection.
void remove(IMotionCmdPath item)
Removes specified commans from the collection.
item
- Motion path to remove.void removeAt(int index)
Removes a command at the specified index.
index
- IMotionCmdPath get_Item(int index)
Returns a command at the specified index.
index
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |