The minimum plot size including borders, in pixels (at scale=1)
()
| 604 | |
| 605 | /** The minimum plot size including borders, in pixels (at scale=1) */ |
| 606 | public Dimension getMinimumSize() { |
| 607 | return new Dimension(MIN_FRAMEWIDTH + leftMargin + rightMargin, |
| 608 | MIN_FRAMEHEIGHT + topMargin + bottomMargin); |
| 609 | } |
| 610 | |
| 611 | /** Adjusts the format with another plot as a template, using the current |
| 612 | * (usually default) templateFlags of this plot. |
no outgoing calls
no test coverage detected