public class Navigation extends AbstractConfigurationObject
Constructor and Description |
---|
Navigation() |
Modifier and Type | Method and Description |
---|---|
ButtonOptions |
getButtonOptions() |
Style |
getMenuItemHoverStyle() |
Style |
getMenuItemStyle() |
Style |
getMenuStyle() |
void |
setButtonOptions(ButtonOptions buttonOptions)
A collection of options for buttons appearing in the exporting module.
|
void |
setMenuItemHoverStyle(Style menuItemHoverStyle)
CSS styles for the hover state of the individual items within the popup
menu appearing by default when the export icon is clicked.
|
void |
setMenuItemStyle(Style menuItemStyle)
CSS styles for the individual items within the popup menu appearing by
default when the export icon is clicked.
|
void |
setMenuStyle(Style menuStyle)
CSS styles for the popup menu appearing by default when the export icon
is clicked.
|
public ButtonOptions getButtonOptions()
setButtonOptions(ButtonOptions)
public void setButtonOptions(ButtonOptions buttonOptions)
A collection of options for buttons appearing in the exporting module.
In styled mode, the buttons are styled with the
.highcharts-contextbutton
and
.highcharts-button-symbol
class.
public Style getMenuItemHoverStyle()
setMenuItemHoverStyle(Style)
public void setMenuItemHoverStyle(Style menuItemHoverStyle)
Defaults to: { "background": "#335cad", "color": "#ffffff" }
public Style getMenuItemStyle()
setMenuItemStyle(Style)
public void setMenuItemStyle(Style menuItemStyle)
Defaults to: { "padding": "0.5em 1em", "color": "#333333", "background": "none" }
public Style getMenuStyle()
setMenuStyle(Style)
public void setMenuStyle(Style menuStyle)
Defaults to: { "border": "1px solid #999999", "background": "#ffffff", "padding": "5px 0" }
Copyright © 2021. All rights reserved.