insert
insert(int index, int type, java.awt.geom.Point2D.Float[] pts, int ptsType, boolean bRelativeCoord) method
Insert new command to path
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| type | int | MotionCommandPathType |
| pts | java.awt.geom.Point2D.Float[] | Array of points |
| ptsType | int | MotionPathPointsType |
| bRelativeCoord | boolean | Relative coordinates boolean |
Returns
void