MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / calcMinHeight

Method calcMinHeight

src/ch/hsr/ogv/view/PaneBox.java:336–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()) {

Callers 4

createBoxMethod · 0.95
createArrayBoxMethod · 0.95
adaptCenterFieldsMethod · 0.95

Calls 3

minHeightPerMethod · 0.95
getCenterLabelsMethod · 0.95
restrictedHeightMethod · 0.95

Tested by

no test coverage detected