Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets shape path point by index.
|
Method Summary | ||
---|---|---|
method | add(x, y) | |
Adds a path point.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
ShapePathPoint get(index)
int add(x, y)
x: int
- The x coordinate.y: int
- The y coordinate.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)