| addVertex ( ) |
|
Use this method to add new vertices to the strip.
|
| countVertices ( ) |
|
Use this method to count the number of vertices in the strip.
|
| draw ( ) |
|
Use this method to draw the strip.
|
| getBounds ( ) |
|
Use this method to get the bounding box of the strip.
|
| getHandles ( ) |
|
Use this to get the vertices of the strip. It returns the points in the way of an array of RPoint.
|
| getPoints ( ) |
|
Use this to get the vertices of the strip. It returns the points in the way of an array of RPoint.
|
| transform ( ) |
|
Use this method to transform the strip.
|