public interface Background
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getBackground()
Retrieves the fill color for the background of the data view.
|
void |
setBackground(java.awt.Color background)
Specifies the fill color for the background of the data view.
|
void setBackground(java.awt.Color background)
background - The fill color for the background of the data view.java.awt.Color getBackground()