/** Set label text for associated <code>ContourLineAttribute</code>. */
 public void setLabelText(String label) {
   if (attr_ != null) attr_.setLabelText(label);
 }