SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IWTooltop
is an example implementation of the IWWindowOverlay
interface.
IWTooltip
can be used to display informations in front of the map.
Constructor Summary | |
IWTooltip(map, coordinate, obj)
Creates a new tooltip object. |
Method Summary | |
void
|
afterAppend()
|
void
|
beforeAppend()
|
void
|
destroy()
Destroys the toolip. Call this method after the tooltip has been removed from the map by calling the removeWindowOverlay
method.
|
Methods inherited from class IWWindowOverlay |
getAnchor() |
setAnchor(newAnchor) |
setCoordinate(coordinate) |
getCoordinate() |
destroyWindowOverlay() |
redraw() |
Methods inherited from class IWMapElement |
isDisplayed() |
getParent() |
setParent(newParent) |
isVisible() |
setVisible(visible) |
setPrintable(printable) |
isPrintable() |
setContainerClassname(classname) |
getContainer() |
setContainer(newContainer) |
setId(id) |
getId() |
onContextMenu(event) |
onMouseUp(event) |
onMouseDown(event) |
onMouseMove(event) |
onMouseOut(event) |
onMouseOver(event) |
onClick(event) |
onDblClick(event) |
onSelect(event) |
onMouseWheel(event) |
beforeRemove() |
afterRemove() |
destroyMapElement() |
Constructor Detail |
IWTooltip(map, coordinate, obj)
IWMap map
IWCoordinate coordinate
Object obj
- a DOMElement or String
Method Detail |
void afterAppend()
void
void beforeAppend()
void
void destroy()
removeWindowOverlay
method.
void