public interface IDisplayObject
Modifier and Type | Method and Description |
---|---|
void |
setBackgroundDrawable(IBackgroundDrawable background)
Set the
IBackgroundDrawable responsible for handling how the background of this element is drawn. |
void setBackgroundDrawable(IBackgroundDrawable background)
IBackgroundDrawable
responsible for handling how the background of this element is drawn.background
- The IBackgroundDrawable
that is used to define the background of this element.