/favicon.png" />
|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Camera | Base class for a camera used to render a scene. |
| Cursor | A class to encapsulate the bitmap representation of the mouse cursor. |
| CustomNode |
The base class for defining
Node
subclasses which create internal
nodes as content.
|
| Group |
A
Group
node contains a sequence of children (defined by
content,
) that
are rendered in order whenever this node is rendered.
|
| ImageCursor | A custom image representation of the mouse cursor. |
| Node | Base class for scene graph nodes. |
| ParallelCamera | Specifies a parallel camera for rendering a scene without perspective correction. |
| Parent | The base class for all nodes that have children in the scene graph. |
| PerspectiveCamera | Specifies a perspective camera for rendering a scene. |
| Scene |
The JavaFX
Scene
class is the root for all content in a
scene graph.
|