()
| 148 | |
| 149 | |
| 150 | private Stream<Box> selection() { |
| 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)); |
no test coverage detected