/** @generated NOT */
 protected void setLineWidth(int width) {
   // Do not mask implementation, use method from parent.
   // See. https://bugs.eclipse.org/bugs/show_bug.cgi?id=352549
   super.setLineWidth(width);
 }
Exemplo n.º 2
0
 /** @generated */
 protected void setLineWidth(int width) {
   super.setLineWidth(width);
 }