echopointng.able
Interface BackgroundImageable
- All Superinterfaces:
- Delegateable
- All Known Implementing Classes:
- DisplayLayoutData, ScrollableDisplayLayoutData
public interface BackgroundImageable
- extends Delegateable
The BackgroundImageable interface is used specify an background
image value..
PROPERTY_BACKGROUND_IMAGE
static final java.lang.String PROPERTY_BACKGROUND_IMAGE
- See Also:
- Constant Field Values
getBackgroundImage
FillImage getBackgroundImage()
- Returns the BackgroundImage in use
- Returns:
- the BackgroundImage in use
setBackgroundImage
void setBackgroundImage(FillImage newValue)
- Sets the BackgroundImage in use
- Parameters:
newValue - -
the BackgroundImage to be used