| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
PaneBackground |
PaneBackground.setBackgroundColor(Color backgroundColor)
Convenience method for setting the 'backgroundColor' option of the pane's background, allowing for
colors with opacity or gradients.
|
PaneBackground |
PaneBackground.setBackgroundColor(String backgroundColor)
Convenience method for setting the 'backgroundColor' option of the pane's background to an RGB hex value.
|
PaneBackground |
PaneBackground.setBorderColor(Color borderColor)
Convenience method for setting the 'borderColor' option of the pane's border, allowing for
colors with opacity or gradients.
|
PaneBackground |
PaneBackground.setBorderColor(String borderColor)
Convenience method for setting the 'borderColor' option of the pane's border to an RGB hex value.
|
PaneBackground |
PaneBackground.setBorderWidth(Number borderWidth)
Convenience method for setting the 'borderWidth' option of the pane's background.
|
PaneBackground |
PaneBackground.setBorderWidth(String borderWidth)
Convenience method for setting the 'borderWidth' option of the pane's background.
|
PaneBackground |
PaneBackground.setInnerRadius(Number innerRadius)
Convenience method for setting the 'innerRadius' option of the pane's background.
|
PaneBackground |
PaneBackground.setInnerRadius(String innerRadius)
Convenience method for setting the 'innerRadius' option of the pane's background.
|
PaneBackground |
PaneBackground.setOuterRadius(Number outerRadius)
Convenience method for setting the 'outerRadius' option of the pane's background.
|
PaneBackground |
PaneBackground.setOuterRadius(String outerRadius)
Convenience method for setting the 'outerRadius' option of the pane's background.
|
PaneBackground |
PaneBackground.setShape(PaneBackground.Shape shape)
Convenience method for setting the 'background' option of the pane.
|
| Modifier and Type | Method and Description |
|---|---|
Pane |
Pane.setBackground(PaneBackground... paneBackgrounds)
Convenience method for setting the "background" option of the pane.
|
Copyright © 2015. All Rights Reserved.