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