@Obvious
 @Override
 public PhotoOverlay withIcon(final Icon icon) {
   super.withIcon(icon);
   return this;
 }