()
| 151 | return breadthFirst(both()).filter(x -> x.properties.isTrue(Mouse.isSelected, false)); |
| 152 | } |
| 153 | public Optional<Rect> getViewRect() { |
| 154 | return this.first(Drawing.drawing, both()) |
| 155 | .map(d -> d.getCurrentViewBounds(this)); |
| 156 | } |
| 157 | } |
no test coverage detected