public interface UIFillColor
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getFillColor()
Retrieves the fill color for the selected component.
|
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color for the selected component.
|
java.awt.Color getFillColor()
void setFillColor(java.awt.Color newColor)
newColor - The fill color for the selected component.