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

Method setMinWidth

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

Sets the minimum width of this box. Note that it can not be set blow PaneBox#MIN_WIDTH. @param width

(double width)

Source from the content-addressed store, hash-verified

546 * @param width
547 */
548 public void setMinWidth(double width) {
549 this.borderPane.setMinWidth(restrictedWidth(width));
550 }
551
552 public double getMinWidth() {
553 return this.borderPane.getMinWidth();

Callers 6

adaptBoxSettingsMethod · 0.95
adaptBoxTopFieldMethod · 0.95
adaptCenterFieldsMethod · 0.95
setupStageMethod · 0.80
changedMethod · 0.80
setWidthMethod · 0.80

Calls 1

restrictedWidthMethod · 0.95

Tested by

no test coverage detected