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 | |
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SceneGraphStreamWriter.writeUniverse(SimpleUniverse universe,
boolean writeContent)
Write
universe to the Stream. |
Constructor and Description |
---|
SceneGraphFileWriter(File file,
SimpleUniverse universe,
boolean writeUniverseContent,
String fileDescription,
Serializable fileUserData)
Creates new SceneGraphFileWriter and opens the file for writing.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomAccessFileControl.createFile(File file,
SimpleUniverse universe,
boolean writeUniverseContent,
String description,
Serializable userData)
Create the file and write the inital header information
|
void |
Controller.writeUniverse(DataOutput out,
SimpleUniverse universe,
boolean writeUniverseContent)
Write out the Universe information.
|
Constructor and Description |
---|
SimpleUniverseState(SimpleUniverse universe,
Controller control)
Creates new SimpleUniverseState for writing.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredUniverse
This utility class creates all the necessary objects on the view side of
the scene graph.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleUniverse |
ViewingPlatform.universe
The universe to which this viewing platform is attached
|
Modifier and Type | Method and Description |
---|---|
SimpleUniverse |
ViewingPlatform.getUniverse()
Returns the Universe to which this ViewingPlatform is attached
|
SimpleUniverse |
Viewer.getUniverse()
Returns the Universe to which this Viewer is attached
|
Modifier and Type | Method and Description |
---|---|
void |
ViewingPlatform.setUniverse(SimpleUniverse universe)
Sets the Universe to which this ViewingPlatform is attached
|
Copyright © 2016–2022 SciJava. All rights reserved.