BiImageMap
This class emulates the classic image map found in HTML.
This class extends BiEventTarget and therefore all methods and fields available for BiEventTarget are also available for BiImageMap .
Constructor
new BiImageMap ( oImage )
Parameters
| Name | Type | Optional | Default | Descripton |
oImage | | The image on which the map should act. |
Properties
None.
Methods
| Name | Description |
addArea | Adds an area to the map. |
removeArea | Removes oArea from this map. |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
addArea
Adds an area to the map.
Syntax
object.addArea ( oArea ) Parameters
| Name | Type | Optional | Default | Descripton |
oArea | | The BiImageMapArea to add |
Return Type
void
removeArea
Removes oArea from this map.
Syntax
object.removeArea ( oArea ) Parameters
| Name | Type | Optional | Default | Descripton |
oArea | | The BiImageMapArea to remove |
Return Type
void