Class MQPrimitiveCollection
Object
|
+--MQObject
|
+--MQObjectCollection
|
+--MQPrimitiveCollection
- class
MQPrimitiveCollection
- extends MQObjectCollection
A collection of Primitive objects which are used to annotate the
map. Some examples of Primitive objects are: Ellipse, Icon, Line,
Polygon, Rectangle, and TextAnnotation.
See:
Defined in mqobjects.js
|
Method Summary |
String
|
getClassName()
Returns the text name of this class.
|
int
|
getObjectVersion()
Returns the version of this class.
|
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object.
|
String
|
saveXml()
Build an xml string that represents this object.
|
| Methods inherited from class MQObjectCollection |
getM_Items, getValidClassName, setValidClassName, add, getSize, get, remove, removeAll, contains, append, set, isValidObject, getM_itemXpath, setM_itemXpath, getById, removeItem, getAt
|
MQPrimitiveCollection
MQPrimitiveCollection()
Constructs a new MQPrimitiveCollection object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - the xml to be assigned.
saveXml
String saveXml()
Build an xml string that represents this object.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007