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

NameTypeOptionalDefaultDescripton
oImageBiImageThe image on which the map should act.

Properties

None.

Methods

NameDescription
addAreaAdds an area to the map.
removeAreaRemoves 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

NameTypeOptionalDefaultDescripton
oAreaBiImageMapAreaThe BiImageMapArea to add

Return Type

void

removeArea

Removes oArea from this map.

Syntax

object.removeArea ( oArea )

Parameters

NameTypeOptionalDefaultDescripton
oAreaBiImageMapAreaThe BiImageMapArea to remove

Return Type

void