|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.ScrollingBar
A scrolling bar is a vertical or horizontal line which slides across a GraphSet object area following the mouse cursor, crossing series data points with the same labels coordinates. The scrolling bar helps identify the data points associated with tooltips that are simultaneously displayed. It also helps identify the data points whose values are captured and displayed when a mouse move event is triggered. The scrolling bar is only displayed if chart is 2D. It has no public constructor and can only be accessed through a 'get' method implemented in the GraphSet class.
GraphSet.getScrollingBar()| Method Summary | |
protected void |
finalize()
|
void |
setColor(java.awt.Color color)
Sets the color of the scrolling bar. |
void |
setEnabled(boolean isEnabled)
Enables/disables the scrolling bar. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setEnabled(boolean isEnabled)
isEnabled - A boolean value(true/false).GenericGraph.set3DEnabled(boolean)public void setColor(java.awt.Color color)
color - A Color object.
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||