public class NodeOrientations
extends java.lang.Object
NodeOrientation
s.Modifier and Type | Method | Description |
---|---|---|
static javafx.geometry.HPos |
getEnd(javafx.geometry.NodeOrientation orientation) |
Returns the end position for the given node orientation.
|
static javafx.geometry.HPos |
getStart(javafx.geometry.NodeOrientation orientation) |
Returns the start position for the given node orientation.
|
public static javafx.geometry.HPos getEnd(javafx.geometry.NodeOrientation orientation)
java.lang.IllegalArgumentException
- if orientation
is null
java.lang.IllegalArgumentException
- if orientation
is INHERIT
public static javafx.geometry.HPos getStart(javafx.geometry.NodeOrientation orientation)
java.lang.IllegalArgumentException
- if orientation
is null
java.lang.IllegalArgumentException
- if orientation
is INHERIT