/** @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); }
/** @generated */ protected void setLineWidth(int width) { super.setLineWidth(width); }