()
| 334 | } |
| 335 | |
| 336 | public double calcMinHeight() { |
| 337 | double newMinHeight = minHeightPer(getCenterLabels().size()); |
| 338 | return restrictedHeight(newMinHeight); |
| 339 | } |
| 340 | |
| 341 | private double minHeightPer(int countCenterLabels) { |
| 342 | if (this.centerLabels.isEmpty()) { |
no test coverage detected