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

Method setMaxHeight

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

Sets the maximum height of this box. Note that it can not be set above PaneBox#MAX_HEIGHT. @param width

(double height)

Source from the content-addressed store, hash-verified

593 * @param width
594 */
595 public void setMaxHeight(double height) {
596 this.borderPane.setMaxHeight(restrictedHeight(height));
597 }
598
599 public double getMaxHeight() {
600 return this.borderPane.getMaxHeight();

Callers

nothing calls this directly

Calls 1

restrictedHeightMethod · 0.95

Tested by

no test coverage detected