Uses of Class
javafx.geometry.NodeOrientation
-
Packages that use NodeOrientation 软件包 描述 javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.geometry 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。 -
-
Uses of NodeOrientation in javafx.css
Methods in javafx.css that return NodeOrientation Modifier and Type 方法 描述 NodeOrientation
SimpleSelector. getNodeOrientation()
-
Uses of NodeOrientation in javafx.geometry
Methods in javafx.geometry that return NodeOrientation Modifier and Type 方法 描述 static NodeOrientation
NodeOrientation. valueOf(String name)
以指定的名称返回此类型的枚举常量。static NodeOrientation[]
NodeOrientation. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。 -
Uses of NodeOrientation in javafx.scene
Methods in javafx.scene that return NodeOrientation Modifier and Type 方法 描述 NodeOrientation
Node. getEffectiveNodeOrientation()
获取属性effectiveNodeOrientation的值。NodeOrientation
Scene. getEffectiveNodeOrientation()
获取属性effectiveNodeOrientation的值。NodeOrientation
Node. getNodeOrientation()
获取属性nodeOrientation的值。NodeOrientation
Scene. getNodeOrientation()
获取属性nodeOrientation的值。Methods in javafx.scene that return types with arguments of type NodeOrientation Modifier and Type 方法 描述 ReadOnlyObjectProperty<NodeOrientation>
Node. effectiveNodeOrientationProperty()
节点的有效方向解决节点方向的继承,从左到右或从右到左返回。ReadOnlyObjectProperty<NodeOrientation>
Scene. effectiveNodeOrientationProperty()
场景的有效节点方向解决节点方向的继承,从左到右或从右到左返回。ObjectProperty<NodeOrientation>
Node. nodeOrientationProperty()
属性保存NodeOrientation。ObjectProperty<NodeOrientation>
Scene. nodeOrientationProperty()
属性保存NodeOrientation。Methods in javafx.scene with parameters of type NodeOrientation Modifier and Type 方法 描述 void
Node. setNodeOrientation(NodeOrientation orientation)
设置属性nodeOrientation的值。void
Scene. setNodeOrientation(NodeOrientation orientation)
设置属性nodeOrientation的值。
-