| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvEmptyView
|
+--IlvLegend
IlvLegend is a component that displays the list of layers that
are available on the server and lets you turn the visibility of each
layer on or off. | Constructor Summary | |
|---|---|
IlvLegend(left, top, width, height, view)
|
|
| Method Summary | |
|---|---|
getBackgroundColor()
Returns the background color. |
|
getFontSize()
Returns the font size of the text. |
|
getTextColor()
Returns the color of the text. |
|
getTitle()
Returns the title of the legend. |
|
getTitleBackgroundColor()
Returns the background color of the title. |
|
getTitleFontSize()
Returns the font size of the title text. |
|
getTitleForegroundColor()
Returns the foreground color of the title. |
|
getView()
Returns the view associated with this legend. |
|
setBackgroundColor(color)
Changes the background color. |
|
setFontSize(size)
Changes the font size of the text. |
|
setTextColor(color)
Changes the color of the text. |
|
setTitle(title)
Changes the title of the legend. |
|
setTitleBackgroundColor(color)
Changes the background color of the title. |
|
setTitleFontSize(size)
Changes the font size of the title text. |
|
setTitleForegroundColor(color)
Changes the foreground color of the title. |
|
| Constructor Detail |
IlvLegend(left, top, width, height, view)
| Method Detail |
getBackgroundColor()
getFontSize()
getTextColor()
getTitle()
getTitleBackgroundColor()
getTitleFontSize()
getTitleForegroundColor()
getView()
setBackgroundColor(color)
color - The color.setFontSize(size)
setTextColor(color)
color - The color.setTitle(title)
title - A string.setTitleBackgroundColor(color)
color - The color.setTitleFontSize(size)
setTitleForegroundColor(color)
color - The color.| Inherited Methods from IlvEmptyView |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |