(int style)
| 326 | } |
| 327 | |
| 328 | public void setStyle(int style) { |
| 329 | this.style = style; |
| 330 | } |
| 331 | |
| 332 | /* Set the style, where 'style' is "filled", "notched", "open", "headless" or "bar", |
| 333 | plus optionial modifiers of "outline", "double", "small", "medium" and "large". */ |
no test coverage detected