(width)
| 1488 | |
| 1489 | |
| 1490 | setLineWidth(width) { |
| 1491 | setPrimitiveToolValue(width,this.primitiveTool,'setLineWidth','lineWidth'); |
| 1492 | } |
| 1493 | |
| 1494 | setArrowLength(length) { |
| 1495 | setPrimitiveToolValue(length,this.primitiveTool,'setArrowLength','arrowLength'); |
no test coverage detected