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

Method setMaxWidth

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

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

(double width)

Source from the content-addressed store, hash-verified

567 * @param width
568 */
569 public void setMaxWidth(double width) {
570 this.borderPane.setMaxWidth(restrictedWidth(width));
571 }
572
573 public double getMaxWidth() {
574 return this.borderPane.getMaxWidth();

Callers 2

createCenterFieldMethod · 0.80
ArrowLabelMethod · 0.80

Calls 1

restrictedWidthMethod · 0.95

Tested by

no test coverage detected