(boolean selected)
| 500 | } |
| 501 | |
| 502 | protected Color colorToApply(boolean selected) { |
| 503 | Color colorToApply = getColor(); |
| 504 | if (selected) { |
| 505 | colorToApply = SELECTION_COLOR; |
| 506 | } |
| 507 | return colorToApply; |
| 508 | } |
| 509 | |
| 510 | @Override |
| 511 | public ArrowSelection getSelection() { |
no test coverage detected