wrapper = new DrawableWrapper(reportDrawable);
}
final RenderableReplacedContent content = new RenderableReplacedContent(elementStyle, wrapper, null, metaData);
final BoxDefinition boxDefinition = boxDefinitionFactory.getBoxDefinition(elementStyle);
final RenderableReplacedContentBox child =
new RenderableReplacedContentBox(elementStyle, element.getObjectID(), boxDefinition,
element.getElementType(), element.getAttributes(), stateKey, content);
child.setName(element.getName());
box.addChild(child);
}