Interface IGroupShapes
- All Superinterfaces:
Iterable<IShape>
Represents the individual shapes within a grouped shape.
-
Method Summary
Returns a single object from a collection.
Returns a single object from a collection.
int
Returns the number of objects in the collection.
-
Method Details
-
getCount
int getCount()
Returns the number of objects in the collection.
-
get
Returns a single object from a collection.
- Parameters:
index
- The index number for the object.
-
get
Returns a single object from a collection.
- Parameters:
name
- The name for the object.