Example #1
0
 /**
  * Set the value of the {@link #PROPERTY_LINE_STYLE} property. This is the preferred mutator
  * method for this proeprty.
  *
  * @param lineStyle The line style to use.
  */
 public void setLineStyle(final LineStyle lineStyle) {
   setLineStyle(lineStyle.toString());
 }