(float width)
| 2074 | } |
| 2075 | |
| 2076 | public void updateWideLine(float width) { |
| 2077 | if (isLine()) { |
| 2078 | wideLine = true; |
| 2079 | setStrokeWidth(width); |
| 2080 | if (getStrokeColor()==null) { |
| 2081 | Color c = getColor(); |
| 2082 | setStrokeColor(new Color(c.getRed(),c.getGreen(),c.getBlue(), 77)); |
| 2083 | } |
| 2084 | } |
| 2085 | } |
| 2086 | |
| 2087 | /** Set 'nonScalable' true to have TextRois in a display |
| 2088 | list drawn at a fixed location and size. */ |
no test coverage detected