| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvEmptyView
|
+--IlvResizableView
|
+--IlvAbstractView
|
+--IlvOverview
IlvView. This component shows an
overview of the IlvView and allows panning. | Constructor Summary | |
|---|---|
IlvOverview(left, top, width, height, view, image)
|
|
| Method Summary | |
|---|---|
getColor()
Returns the color of the rectangle that allows panning. |
|
getLineWidth()
Returns the line width of the rectangle that allows panning. |
|
getMessage()
Returns the message to be displayed when the mouse is over the overview. |
|
getMessagePanel()
Returns the message panel where the messages will be displayed. |
|
getOpacity()
Returns the opacity of the rectangle that allows panning. |
|
getTargetView()
Returns the main view associated with this overview. |
|
isAnimatedPan()
Returns the line width of the rectangle that allows panning. |
|
isAutoRefresh()
Indicates if the overview is in autorefresh mode. |
|
isFillOn()
Returns the color of the rectangle that allows panning. |
|
setAnimatedPan(anim)
Sets whether the panning of the view using the overview is animated (for a tiled view only). |
|
setAutoRefresh(set)
Sets the autorefresh mode of the overview. |
|
setColor(color)
Changes the color of the rectangle that allows panning. |
|
setFillOn(fill)
Sets whether the rectangle should be filled with a semi transparent background. |
|
setLineWidth(lw)
Changes the line width of the rectangle that allows panning. |
|
setMessage(message)
Sets the message to be displayed when the mouse is over the overview. |
|
setMessagePanel(ilvHTMLPanel)
Sets the message panel where the message will be displayed |
|
setOpacity(opacity)
Sets the opacity on the fill of the rectangle that allows panning. |
|
| Constructor Detail |
IlvOverview(left, top, width, height, view, image)
| Method Detail |
getColor()
color - The new color.getLineWidth()
getMessage()
getMessagePanel()
getOpacity()
getTargetView()
isAnimatedPan()
isAutoRefresh()
isFillOn()
color - The new color.
setAnimatedPan(anim)
anim - true to animate the panning.setAutoRefresh(set)
setColor(color)
color - The new color.setFillOn(fill)
fill - Whether the rectangle should be filled with a semi transparent background.
setLineWidth(lw)
lw - The new line width.setMessage(message)
setMessagePanel method. message - The message.setMessagePanel(ilvHTMLPanel)
ilvHTMLPanel - An instance of IlvHTMLPanel.setOpacity(opacity)
opacity - The opacity between 0 and 1.
| Inherited Methods from IlvAbstractView |
| Inherited Methods from IlvResizableView |
| Inherited Methods from IlvEmptyView |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |