Class MQOverlayCollection
Object
|
+--MQTKObjectCollection
|
+--MQOverlayCollection
- class
MQOverlayCollection
- extends MQTKObjectCollection
A collection of overlay objects.
Defined in mqoverlays.js
|
Method Summary |
void
|
append(myOverlayCollection)
Appends the specified MQOverlayCollection to this MQOverlayCollection.
|
string
|
getName()
Returns the name for this overlay collection.
|
void
|
setName(mqOverlayCollectionName)
Sets the name for this overlay collection.
|
overlayCollectionName
Object overlayCollectionName
MQOverlayCollection
MQOverlayCollection()
Constructs a MQOverlayCollection object.
append
void append(myOverlayCollection)
Appends the specified MQOverlayCollection to this MQOverlayCollection.
Parameters:
mqOverlayCollection - The MQOverlayCollection which is to be added to this MQOverlayCollection.
getName
string getName()
Returns the name for this overlay collection.
Returns:
the name for this overlay collection.
setName
void setName(mqOverlayCollectionName)
Sets the name for this overlay collection.
Parameters:
string - The overlay collection name
Documentation generated by
JSDoc on Tue Oct 16 08:04:28 2007