/**
* Initialise style handlers.
*/
protected void initialiseStyleHandlers() {
// Initialise style value handlers.
colorValueHandler = new ColorHandler();
colorHandler = new ValueHandlerToPropertyAdapter(
StylePropertyDetails.COLOR, colorValueHandler);
backgroundColorHandler = new ValueHandlerToPropertyAdapter(
StylePropertyDetails.BACKGROUND_COLOR, colorValueHandler);
backgroundComponentHandler = new BackgroundComponentHandler(