public class LayoutConstraintsDescriptor extends Object
| Constructor and Description |
|---|
LayoutConstraintsDescriptor()
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getPrefHeight()
Gets the preferred height of the Docking Area.
|
double |
getPrefWidth()
Gets the preferred width of the Docking Area.
|
void |
setPrefHeight(double prefHeight)
Sets the preferred height of the Docking Area.
|
void |
setPrefWidth(double prefWidth)
Sets the preferred width of the Docking Area.
|
public LayoutConstraintsDescriptor()
public double getPrefWidth()
public void setPrefWidth(double prefWidth)
prefWidth - the preferred width of the Docking Areapublic double getPrefHeight()
public void setPrefHeight(double prefHeight)
prefHeight - the preferred height of the Docking AreaCopyright © 2012–2014 Drombler. All rights reserved.