Classes | |
class | Factory |
Creates nodes from XML tags. More... | |
class | Node |
Basic element of the scene graph. More... | |
class | NodeEvent |
Event originating from a node. More... | |
class | NodeNotifier |
Utility for notifying listeners of node events. More... | |
class | NodeException |
Exception thrown from a node. More... | |
class | Scene |
Collection of nodes opened from a file. More... | |
class | Selection |
Collection of selected items. More... | |
class | Suppressor |
Utility for suppressing exceptions of other nodes. More... | |
class | Tester |
Utility for testing nodes. More... | |
class | Transform |
Utility for manipulating the transformation stack. More... | |
class | Traverser |
Utility to walk through nodes. More... | |
interface | Identifiable |
Interface for an object that has a unique ID number. More... | |
interface | Applicable |
Node that can be applied, and then removed. More... | |
interface | Attachable |
Node that can be attached to another node. More... | |
interface | Transformable |
Node that can be positioned and sized. More... | |
interface | Drawable |
Node that can be drawn and identified on screen. More... | |
interface | Dependent |
Node that depends on the view to perform its operation. More... | |
interface | Suppressable |
Node that can have its exceptions suppressed. More... | |
interface | Nameable |
Node with a name. More... | |
interface | NodeListener |
Object that is notified by a node. More... |