public class Background extends AbstractConfigurationObject
These configuration options apply only to polar and angular gauges trough the Pane-configuration object.
| Constructor and Description |
|---|
Background() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInnerRadius() |
String |
getOuterRadius() |
BackgroundShape |
getShape()
Returns current shape of the background.
|
void |
setInnerRadius(String innerRadius)
Sets the inner radius of the circular shaped background using a string
representation of a percentage, e.g.
|
void |
setOuterRadius(String outerRadius)
Sets the outer radius of the circular shaped background using a string
representation of a percentage, e.g.
|
void |
setShape(BackgroundShape shape)
Sets the current shape of the background.
|
public void setOuterRadius(String outerRadius)
ChartType.GAUGE type
charts.outerRadius - public String getOuterRadius()
setOuterRadius(String)public void setInnerRadius(String innerRadius)
ChartType.GAUGE type
charts.innerRadius - public String getInnerRadius()
setInnerRadius(String)public BackgroundShape getShape()
public void setShape(BackgroundShape shape)
shape - New shape.Copyright © 2025. All rights reserved.