Package | Description |
---|---|
com.sun.javafx.css | |
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.traversal | |
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Field and Description |
---|---|
private NodeOrientation |
SimpleSelector.nodeOrientation |
Modifier and Type | Method and Description |
---|---|
(package private) NodeOrientation |
SimpleSelector.getNodeOrientation() |
Modifier and Type | Method and Description |
---|---|
private boolean |
ToggleButtonBehavior.traversingToNext(java.lang.String name,
NodeOrientation effectiveNodeOrientation) |
Modifier and Type | Method and Description |
---|---|
Direction |
Direction.getDirectionForNodeOrientation(NodeOrientation orientation)
Returns the direction with respect to the node's orientation.
|
Modifier and Type | Method and Description |
---|---|
static NodeOrientation |
NodeOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeOrientation[] |
NodeOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private static NodeOrientation |
Scene.defaultNodeOrientation
*
Component Orientation Properties *
*
|
private NodeOrientation |
Scene.effectiveNodeOrientation |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<NodeOrientation> |
Scene.nodeOrientation |
private ObjectProperty<NodeOrientation> |
Node.nodeOrientation
*
Component Orientation Properties *
*
|
Modifier and Type | Method and Description |
---|---|
private NodeOrientation |
Scene.calcEffectiveNodeOrientation() |
NodeOrientation |
Scene.EffectiveOrientationProperty.get() |
NodeOrientation |
Node.EffectiveOrientationProperty.get() |
NodeOrientation |
Scene.getEffectiveNodeOrientation() |
NodeOrientation |
Node.getEffectiveNodeOrientation() |
NodeOrientation |
Scene.getNodeOrientation() |
NodeOrientation |
Node.getNodeOrientation() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<NodeOrientation> |
Scene.effectiveNodeOrientationProperty()
The effective node orientation of a scene resolves the inheritance of
node orientation, returning either left-to-right or right-to-left.
|
ReadOnlyObjectProperty<NodeOrientation> |
Node.effectiveNodeOrientationProperty()
The effective orientation of a node resolves the inheritance of
node orientation, returning either left-to-right or right-to-left.
|
ObjectProperty<NodeOrientation> |
Scene.nodeOrientationProperty()
Property holding NodeOrientation.
|
ObjectProperty<NodeOrientation> |
Node.nodeOrientationProperty()
Property holding NodeOrientation.
|
Modifier and Type | Method and Description |
---|---|
void |
Scene.setNodeOrientation(NodeOrientation orientation) |
void |
Node.setNodeOrientation(NodeOrientation orientation) |