public interface UITransparentFillColor extends UIFillColor
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFillTransparent()
Indicates whether the fill color is transparent.
|
void |
setFillTransparent(boolean yesNo)
Specifies whether the fill color is transparent.
|
getFillColor, setFillColorboolean 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.