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

Method setMinHeight

src/ch/hsr/ogv/view/PaneBox.java:582–584  ·  view source on GitHub ↗

Sets the minimum height of this box. Note that it can not be set above PaneBox#MIN_HEIGHT. @param height

(double height)

Source from the content-addressed store, hash-verified

580 * @param height
581 */
582 public void setMinHeight(double height) {
583 this.borderPane.setMinHeight(restrictedHeight(height));
584 }
585
586 public double getMinHeight() {
587 return this.borderPane.getMinHeight();

Callers 8

createBoxMethod · 0.95
createArrayBoxMethod · 0.95
adaptBoxSettingsMethod · 0.95
adaptCenterFieldsMethod · 0.95
setupStageMethod · 0.80
createCenterFieldMethod · 0.80
MessageBarClass · 0.80

Calls 1

restrictedHeightMethod · 0.95

Tested by

no test coverage detected