The size of the plot including borders with axis labels etc., in pixels
()
| 544 | |
| 545 | /** The size of the plot including borders with axis labels etc., in pixels */ |
| 546 | public Dimension getSize() { |
| 547 | if (ip == null) |
| 548 | getBlankProcessor(); |
| 549 | return new Dimension(ip.getWidth(), ip.getHeight()); |
| 550 | } |
| 551 | |
| 552 | /** Sets the plot frame size in (unscaled) pixels. This size does not include the |
| 553 | * borders with the axis labels. Also sets the scale to 1.0. |
no test coverage detected