/**
  * The width of the element. This is the minimum width of the element.
  *
  * @return
  */
 public long getMinimumWidth(final RenderNode node) {
   return node.getMinimumChunkWidth();
 }