|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to set properties of the navigation panel for a 3D chart. A handle to an object that implements this interface can be obtained by calling the geth3DControlPanel method in QbChart.
| Method Summary | |
java.awt.Color |
getColor()
Returns the color of the navigation panel for 3D charts. |
boolean |
isAnimationButtonVisible()
Determines whether the animation button is visible or not in the navigation panel. |
boolean |
isGouraudButtonVisible()
Determines whether the Gouraud button is visible or not in the navigation panel. |
boolean |
isSpeedControlVisible()
Determines whether or not the speed control button is visible in the navigation panel. |
boolean |
isToggleEnabled()
Determines whether or not toggling of the 3D navigation panel on a mouse double click is enabled. |
boolean |
isToolTipEnabled()
Determines whether or not the tool tips are enbled in the navigation panel. |
boolean |
isVisible()
Returns whether or not the navigation panel is currently being displayed for a 3D chart. |
void |
setAnimationButtonOn(boolean b)
set the animation button on/off if animation button is on, the chart will start rotation automaticly |
void |
setAnimationButtonVisible(boolean b)
Show/Hide the animate chart button in the navigation panel for 3D charts. |
void |
setColor(java.awt.Color c)
This function sets the color of the navigation panel for 3D charts. |
void |
setGouraudButtonVisible(boolean b)
Show/Hide the gouraud shading button in the navigation panel for 3D charts. |
void |
setSpeedControlVisible(boolean b)
Show/Hide the speed control button in the navigation panel. |
void |
setToggleEnabled(boolean b)
Set/Unset toggling of the navigation panel on a mouse double click event. |
void |
setToolTipEnabled(boolean b)
Enable/disable the tool tips in the navigation panel. |
void |
setVisible(boolean b)
This function enables/disables the viewing of the navigation panel for a 3D chart. |
| Method Detail |
public boolean isVisible()
Associated QbChart property: NAVIGATION_PANEL
public void setVisible(boolean b)
b - The boolean state of the navigation panel.public java.awt.Color getColor()
public void setColor(java.awt.Color c)
Associated QbChart property: NAVIGATION_PANELCOLOR
c - The Color object used to set the nav. panel color.public boolean isGouraudButtonVisible()
public void setGouraudButtonVisible(boolean b)
Associated QbChart property: SHOW_GOURAUDBUTTON
b - The boolean state of the Gouraud Shading button.public boolean isAnimationButtonVisible()
public void setAnimationButtonVisible(boolean b)
Associated QbChart property: SHOW_ANIMATEBUTTON
b - The boolean state of the animate chart button.public void setAnimationButtonOn(boolean b)
b - The boolean state of the animate chart button.public boolean isToggleEnabled()
public void setToggleEnabled(boolean b)
Associated QbChart property: TOGGLE3DPANEL
b - The boolean state of the toggle navigation panel feature.public boolean isSpeedControlVisible()
public void setSpeedControlVisible(boolean b)
Associated QbChart property: SHOW_SPEEDCONTROL
b - The boolean state of the speed control button.public boolean isToolTipEnabled()
public void setToolTipEnabled(boolean b)
b - The boolean state of the tool tips.
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||