Class IWWindowOverlay

Extends IWMapElement.

An interface which has to be implemented by all window overlays.


Constructor Summary
IWWindowOverlay(map, coordinate)
            WindowOverlay interface.
 
Method Summary
 void destroyWindowOverlay()
           Destroys the window overlay. Releases all DOM references and event listeners.
 IWPoint getAnchor()
           Returns the anchor of the window overlay.
 IWCoordinate getCoordinate()
           Returns the coordinate for this window overlay.
 void redraw()
           Redraws the window overlay. Calculates and sets the new pixel position where the window overlay appears on the map.
 void setAnchor(anchor)
           Sets the anchor of the window overlay.
 void setCoordinate(coordinate)
           Sets the coordinate for this window overlay.
 
Methods inherited from class IWMapElement
isDisplayed()
getParent()
setParent(parent)
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)
beforeAppend()
afterAppend()
beforeRemove()
afterRemove()
destroyMapElement()
registerEvents(container)


Constructor Detail

IWWindowOverlay

IWWindowOverlay(map, coordinate)

Method Detail

destroyWindowOverlay

void destroyWindowOverlay()

getAnchor

IWPoint getAnchor()

getCoordinate

IWCoordinate getCoordinate()

redraw

void redraw()

setAnchor

void setAnchor(anchor)

setCoordinate

void setCoordinate(coordinate)

Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)