| Package | Description |
|---|---|
| org.mdiutil.jfx.layout |
These classes provide an anchor mechanism similar to the one which is used in QML.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnchorUtilities
A default AnchorUtilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnchorUtilities |
NodeAnchor.utils
The AnchorUtilities used internally to compute positions and sizes for Nodes.
|
| Modifier and Type | Method and Description |
|---|---|
AnchorUtilities |
NodeAnchor.getAnchorUtilities()
Return the class which will manage the position and size of Nodes
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeAnchor.setAnchorUtilities(AnchorUtilities utils)
Set the class which will manage the position and size of Nodes.
|
| Constructor and Description |
|---|
NodeAnchor(javafx.scene.Node node,
AnchorUtilities utils)
Constructor.
|