All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.scene.Node.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Base class for scene graph nodes. A scene graph is a set of tree data structures where every item has zero or one parent, and each item is either a "leaf" with zero sub-items or a "branch" with zero or more sub-items.

]]>
The id of this Node.

]]>
The accessible help text for this Node.

]]>
The role description of this Node.

]]>
The accessible role for this Node.

]]>
The BlendMode used to blend this individual node into the scene behind it.

]]>
Additional hint for controlling bitmap caching.

]]>
A performance hint to the system to indicate that this Node should be cached as a bitmap.

]]>
Defines the mouse cursor for this Node and subnodes.

]]>
Indicates whether depth testing is used when rendering this node.

]]>
Specifies whether this Node and any subnodes should be rendered as part of the scene graph.

]]>
Defines the individual disabled state of this Node.

]]>
Specifies whether this Node should be a part of focus traversal cycle.

]]>
Defines the x coordinate of the translation that is added to this Node's transform for the purpose of layout.

]]>
Defines the y coordinate of the translation that is added to this Node's transform for the purpose of layout.

]]>
Defines whether or not this node's layout will be managed by it's parent.

]]>
If true, this node (together with all its children) is completely transparent to mouse events.

]]>
Property holding NodeOrientation.

]]>
Specifies how opaque (that is, solid) the Node appears.

]]>
Defines how the picking computation is done for this node when triggered by a MouseEvent or a contains function call.

]]>
Defines the angle of rotation about the Node's center, measured in degrees.

]]>
Defines the axis of rotation of this Node.

]]>
Defines the factor by which coordinates are scaled about the center of the object along the X axis of this Node.

]]>
Defines the factor by which coordinates are scaled about the center of the object along the Y axis of this Node.

]]>
Defines the factor by which coordinates are scaled about the center of the object along the Z axis of this Node.

]]>
Defines the x coordinate of the translation that is added to this Node's transform.

]]>
Defines the y coordinate of the translation that is added to this Node's transform.

]]>
Defines the Z coordinate of the translation that is added to the transformed coordinates of this Node.

]]>
A string representation of the CSS style associated with this specific Node.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy