March 2015
Beginner
1200 pages
33h 33m
English
CHAPTER 6
![]()
Understanding Nodes
In this chapter, you will learn:
What Is a Node?
Chapter 5 introduced you to scenes and scene graphs. A scene graph is a tree data structure. Every item in a scene graph is called a node. An instance of the javafx.scene.Node class represents a node in the scene graph. Note that the Node class is an abstract class, and several concrete classes ...
Read now
Unlock full access