createImageCell(rawSource, imageContainer, sheetLayout, rectangle, contentBounds);
return true;
}
else if (value instanceof DrawableWrapper)
{
final DrawableWrapper drawable = (DrawableWrapper) value;
final StrictBounds contentBounds = sheetLayout.getBounds(rectangle);
final ImageContainer imageFromDrawable =
RenderUtility.createImageFromDrawable(drawable, contentBounds, content.getComputedStyle(), getMetaData());
createImageCell(rawSource, imageFromDrawable, sheetLayout, rectangle, contentBounds);
return true;