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