| Package | Description |
|---|---|
| org.jogamp.java3d | |
| org.jogamp.java3d.utils.scenegraph.io.retained |
| Modifier and Type | Method and Description |
|---|---|
SharedGroup |
Link.getSharedGroup()
Retrieves the node's SharedGroup reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setSharedGroup(SharedGroup sharedGroup)
Sets the node's SharedGroup reference.
|
| Constructor and Description |
|---|
Link(SharedGroup sharedGroup)
Constructs a Link node object that points to the specified
SharedGroup node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.writeSharedGroup(java.io.DataOutput out,
SharedGroup sharedGroup,
SymbolTableData symbol)
Write the shared group and it's node components to the IO stream
|