/**
  * Gets the value label text bounds.
  *
  * @return the value label text bounds
  */
 @Override
 public Rectangle getValueLabelTextBounds() {
   return text.getBounds();
 }