SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A control element which shows the scalar
Author: JAN, KUNConstructor 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. |
Constructor Detail |
IWScalarControl(map)
IWMap map
- the map this control belongs to.
Method Detail |
void afterAppend()
void
String getBackgroundImage()
String
String getBrightImage()
String
String getDarkImage()
String
String getSeparatorImage()
String
void setBackgroundImage(imagePath)
String imagePath
void
void setBrightImage(imagePath)
String imagePath
void
void setDarkImage(imagePath)
String imagePath
void
void setSeparatorImage(imagePath)
String imagePath
void
String toString()
String