public interface AnchorUtilities
Modifier and Type | Method and Description |
---|---|
double |
getHeight(javafx.scene.Node node)
Return the height of a Node.
|
javafx.beans.binding.DoubleExpression |
getHeightProperty(javafx.scene.Node node)
Return the height property of a Node.
|
double |
getWidth(javafx.scene.Node node)
Return the width of a Node.
|
javafx.beans.binding.DoubleExpression |
getWidthProperty(javafx.scene.Node node)
Return the width property of a Node.
|
double |
getX(javafx.scene.Node node)
Return the X position of a Node.
|
javafx.beans.binding.DoubleExpression |
getXProperty(javafx.scene.Node node)
Return the X property of a Node.
|
double |
getY(javafx.scene.Node node)
Return the Y position of a Node.
|
javafx.beans.binding.DoubleExpression |
getYProperty(javafx.scene.Node node)
Return the Y property of a Node.
|
void |
setHeight(javafx.scene.Node node,
double value)
Set the height of a Node.
|
void |
setWidth(javafx.scene.Node node,
double value)
Set the width of a Node.
|
void |
setX(javafx.scene.Node node,
double value)
Set the X position of a Node.
|
void |
setY(javafx.scene.Node node,
double value)
Set the Y position of a Node.
|
double getY(javafx.scene.Node node)
node
- the Nodedouble getX(javafx.scene.Node node)
node
- the Nodevoid setX(javafx.scene.Node node, double value)
node
- the Nodevalue
- the X positionvoid setY(javafx.scene.Node node, double value)
node
- the Nodevalue
- the Y positionvoid setHeight(javafx.scene.Node node, double value)
node
- the Nodevalue
- the heightdouble getHeight(javafx.scene.Node node)
node
- the Nodevoid setWidth(javafx.scene.Node node, double value)
node
- the Nodevalue
- the widthdouble getWidth(javafx.scene.Node node)
node
- the Nodejavafx.beans.binding.DoubleExpression getXProperty(javafx.scene.Node node)
node
- the Nodejavafx.beans.binding.DoubleExpression getYProperty(javafx.scene.Node node)
node
- the Nodejavafx.beans.binding.DoubleExpression getHeightProperty(javafx.scene.Node node)
node
- the Nodejavafx.beans.binding.DoubleExpression getWidthProperty(javafx.scene.Node node)
node
- the Node