Class IWScalarControl

Extends IWControl.

A control element which shows the scalar

Author: JAN, KUN

Constructor Summary
IWScalarControl(map)
            Creates a new scalar control.
 
Method Summary
 void afterAppend()
           We use this callback method for redrawing the scalar control after it is appended to the map.
 String getBackgroundImage()
           Returns the path to the image used by the background.
 String getBrightImage()
           Returns the path to the image used by the bright boxes.
 String getDarkImage()
           Returns the path to the image used by the dark boxes.
 String getSeparatorImage()
           Returns the path to the image used by the separators.
 void setBackgroundImage(imagePath)
           Sets the path to the image used by the background.
 void setBrightImage(imagePath)
           Sets the path to the image used by the bright boxes.
 void setDarkImage(imagePath)
           Sets the path to the image used by the dark boxes.
 void setSeparatorImage(imagePath)
           Sets the path to the image used by the separators.
 String toString()
           Returns a string representation of this scalar control.
 
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()


Constructor Detail

IWScalarControl

IWScalarControl(map)

Method Detail

afterAppend

void afterAppend()

getBackgroundImage

String getBackgroundImage()

getBrightImage

String getBrightImage()

getDarkImage

String getDarkImage()

getSeparatorImage

String getSeparatorImage()

setBackgroundImage

void setBackgroundImage(imagePath)

setBrightImage

void setBrightImage(imagePath)

setDarkImage

void setDarkImage(imagePath)

setSeparatorImage

void setSeparatorImage(imagePath)

toString

String toString()

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)