| Modifier and Type | Method and Description |
|---|---|
BranchGroup |
Background.getGeometry()
Retrieves the background geometry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Locale.addBranchGraph(BranchGroup branchGroup)
Add a new branch graph rooted at BranchGroup to
the list of branch graphs.
|
void |
GraphStructureChangeListener.branchGroupAdded(Object parent,
BranchGroup child)
Invoked when a branch group is added.
|
void |
GraphStructureChangeListener.branchGroupMoved(Object oldParent,
Object newParent,
BranchGroup child)
Invoked when a branch group is moved.
|
void |
GraphStructureChangeListener.branchGroupRemoved(Object parent,
BranchGroup child)
Invoked when a branch group is removed.
|
void |
OrderedGroup.moveTo(BranchGroup branchGroup)
Moves the specified branch group node from its existing location to
the end of this group node's list of children.
|
void |
Group.moveTo(BranchGroup branchGroup)
Moves the specified branch group node from its existing location to
the end of this group node's list of children.
|
void |
Locale.removeBranchGraph(BranchGroup branchGroup)
Removes a branch graph rooted at BranchGroup from
the list of branch graphs.
|
void |
Locale.replaceBranchGraph(BranchGroup oldGroup,
BranchGroup newGroup)
Replaces the branch graph rooted at oldGroup in the list of
branch graphs with the branch graph rooted at
newGroup.
|
void |
Background.setGeometry(BranchGroup branch)
Sets the background geometry to the specified BranchGroup node.
|
| Constructor and Description |
|---|
Background(BranchGroup branch)
Constructs a Background node with the specified geometry.
|
Copyright © 2015. All rights reserved.