public interface Fill extends UIFillColor
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getFillColor()
Retrieves the fill color for the component.
|
boolean |
isFillTransparent()
Indicates whether the fill color of the component is transparent.
|
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color for the component.
|
void |
setFillTransparent(boolean yesNo)
Specifies whether the fill color of the component is transparent.
|
java.awt.Color getFillColor()
getFillColor
in interface UIFillColor
void setFillColor(java.awt.Color newColor)
setFillColor
in interface UIFillColor
newColor
- The fill color for the component.boolean isFillTransparent()
true
if it is transparent, false
if it is visible.void setFillTransparent(boolean yesNo)
yesNo
- true
to make it transparent, false
to make it visible.