Class IWOverviewMapControl

Extends IWControl.

A class providing a overview map control.

Author: JAN

Constructor Summary
IWOverviewMapControl(map, defaultMapType, size)
            Creates a new overview map control.
 
Method Summary
 void afterAppend()
           Creates the GUI and adds the control to the DOM
 IWMap getMap()
           Returns the map.
 IWMap getOverviewMap()
           Returns the overview map.
 IWSize getSize()
           Returns the size of the overview map control in pixel.
 int getZoomStep()
           Returns the zoomstep of the overview map.
 void setZoomStep(newZoomStep)
           Sets the zoomstep of the overview map. If the current zoomlevel of the map is 5 and the zoomstep is 3, than the zoomlevel of the overviewmap is 8.
 
Methods inherited from class IWDraggable
allowDraggingOutsideParent(isDraggingOutsideParentAllowed)
isDraggingOutsideParentAllowed()
setOnMouseMoveContainer(container)
getOnMouseMoveContainer()
setDraggingBounds(bounds)
getDraggingBounds()
setDraggable(isDraggable)
isDraggable()
setDraggableContainer(draggableContainer)
getDraggableContainer()
setDragButton(button)
getDragButton()
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)
beforeAppend()
beforeRemove()
afterRemove()
destroyMapElement()
Methods inherited from class IWControl
isControl()
isRedrawable()
setRedrawable(isRedrawable)
getPadding()
setPadding(newPadding)
setFirstOrientation(alignment)
getFirstOrientation()
setSecondOrientation(alignment)
getSecondOrientation()
getName()
toString()


Constructor Detail

IWOverviewMapControl

IWOverviewMapControl(map, defaultMapType, size)

Method Detail

afterAppend

void afterAppend()

getMap

IWMap getMap()

getOverviewMap

IWMap getOverviewMap()

getSize

IWSize getSize()

getZoomStep

int getZoomStep()

setZoomStep

void setZoomStep(newZoomStep)

Source-Code Copyright 2007-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:52 GMT+0100 (MEZ)