Package | Description |
---|---|
org.scijava.java3d.utils.scenegraph.io |
This package provides a Java3D SceneGraph IO capability.
|
org.scijava.java3d.utils.scenegraph.io.retained | |
org.scijava.java3d.utils.scenegraph.io.state.org.scijava.java3d.utils.universe |
Modifier and Type | Method and Description |
---|---|
ConfiguredUniverse |
SceneGraphStreamReader.readUniverse()
Read and create the universe.
|
ConfiguredUniverse |
SceneGraphFileReader.readUniverse(boolean attachBranchGraphs)
Create and return a ConfiguredUniverse with the PlatformGeometry, ViewerAvatar,
and Locales saved in the file.
|
ConfiguredUniverse |
SceneGraphFileReader.readUniverse(boolean attachBranchGraphs,
Canvas3D canvas)
Create and return a ConfiguredUniverse with the PlatformGeometry, ViewerAvatar,
and Locales saved in the file.
|
ConfiguredUniverse |
SceneGraphStreamReader.readUniverse(Canvas3D canvas)
Read and create the universe.
|
Modifier and Type | Method and Description |
---|---|
ConfiguredUniverse |
RandomAccessFileControl.readUniverse(boolean attachBranchGraphs,
Canvas3D canvas) |
ConfiguredUniverse |
Controller.readUniverse(DataInput in,
boolean attachBranchGraphs,
Canvas3D canvas)
Read and create a new Universe matching the one used during save.
|
Modifier and Type | Method and Description |
---|---|
ConfiguredUniverse |
SimpleUniverseState.getNode()
Return the 'node', ie the virtual universe.
|
Constructor and Description |
---|
SimpleUniverseState(ConfiguredUniverse universe,
Controller control)
Creates new SimpleUniverseState for writing.
|
Copyright © 2016–2022 SciJava. All rights reserved.