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..


Field Summary
static java.lang.String PROPERTY_BACKGROUND_IMAGE
           
 
Method Summary
 FillImage getBackgroundImage()
          Returns the BackgroundImage in use
 void setBackgroundImage(FillImage newValue)
          Sets the BackgroundImage in use
 
Methods inherited from interface echopointng.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_BACKGROUND_IMAGE

static final java.lang.String PROPERTY_BACKGROUND_IMAGE
See Also:
Constant Field Values
Method Detail

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