public interface I3DControlPanel
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isVisible()
Associated QbChart property: NAVIGATION_PANEL
void setVisible(boolean b)
b
- The boolean state of the navigation panel.java.awt.Color getColor()
void setColor(java.awt.Color c)
Associated QbChart property: NAVIGATION_PANELCOLOR
c
- The Color object used to set the nav. panel color.boolean isGouraudButtonVisible()
void setGouraudButtonVisible(boolean b)
Associated QbChart property: SHOW_GOURAUDBUTTON
b
- The boolean state of the Gouraud Shading button.boolean isAnimationButtonVisible()
void setAnimationButtonVisible(boolean b)
Associated QbChart property: SHOW_ANIMATEBUTTON
b
- The boolean state of the animate chart button.void setAnimationButtonOn(boolean b)
b
- The boolean state of the animate chart button.boolean isToggleEnabled()
void setToggleEnabled(boolean b)
Associated QbChart property: TOGGLE3DPANEL
b
- The boolean state of the toggle navigation panel feature.boolean isSpeedControlVisible()
void setSpeedControlVisible(boolean b)
Associated QbChart property: SHOW_SPEEDCONTROL
b
- The boolean state of the speed control button.boolean isToolTipEnabled()
void setToolTipEnabled(boolean b)
b
- The boolean state of the tool tips.