Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
org.scijava.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(DataOutput out,
SharedGroup sharedGroup,
SymbolTableData symbol)
Write the shared group and it's node components to the IO stream
|
Copyright © 2016–2022 SciJava. All rights reserved.