| Modifier and Type | Method and Description |
|---|---|
IShape |
get(int index)
Returns a single object from a collection.
|
IShape |
get(java.lang.String index)
Returns a single object from a collection.
|
int |
getCount()
Returns the number of objects in the collection.
|
IShape |
group()
Groups the shapes in the specified range.
|
IShape get(int index)
index - Required int. The index number for the object.IShape get(java.lang.String index)
int getCount()
IShape group()